#D0446A

Color #D0446A Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D0446A

Tints of Cabaret #D0446A

Color information

#D0446A (or 0xD0446A) is unknown color: approx Cabaret. HEX triplet: D0, 44 and 6A. RGB value is (208,68,106). Sum of RGB (Red+Green+Blue) = 208+68+106=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0446A is #2FBB95. Grayscale: #727272. Windows color (decimal): -3128214 or 6964432. OLE color: 6964432.

HSL color Cylindrical-coordinate representation of color #D0446A: hue angle of 343.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0446A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20868106-
CMYK00.670.490.18
HSL343.71º59.83%54.12%-
HSV(B)343.71º67.31%81.57%-
XYZ30.6818.5815.61-
YUV114.19123.38194.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 54.45%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=54.45%
G=17.80%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086810600.670.490.18343.7159.8354.12
HexD0446A04331121583c36
Octal320104152010361225307466
Binary11010000100010011010100100001111000110010101011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0446A; }

 p { color: rgb(208,68,106); }

 H1.HeaderClassName
 {
   color: #D0446A;
 }
 .AnyTagClassName
 {
   color: #D0446A;
 }
</style>
background-color css

<style>
 a { background-color: #D0446A; }

 a { background-color: rgb(208,68,106); }

 div.DivClassName
 {
   background-color: #D0446A;
 }
 .BgClassName
 {
   background-color: #D0446A;
 }
</style>
border-color css

<style>
 span { border-color: #D0446A; }

 span { border-color: rgb(208,68,106); }

 td.TdClassName
 {
   border-color: #D0446A;
 }
 .TagClassName
 {
   border-color: #D0446A;
 }
</style>