#D04469

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

Shades of Cabaret #D04469

Tints of Cabaret #D04469

Color information

#D04469 (or 0xD04469) is unknown color: approx Cabaret. HEX triplet: D0, 44 and 69. RGB value is (208,68,105). Sum of RGB (Red+Green+Blue) = 208+68+105=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D04469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04469 is #2FBB96. Grayscale: #727272. Windows color (decimal): -3128215 or 6898896. OLE color: 6898896.

HSL color Cylindrical-coordinate representation of color #D04469: hue angle of 344.14º 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 #D04469 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20868105-
CMYK00.670.500.18
HSL344.14º59.83%54.12%-
HSV(B)344.14º67.31%81.57%-
XYZ30.6318.5615.33-
YUV114.08122.88194.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=54.59%
G=17.85%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086810500.670.500.18344.1459.8354.12
HexD0446904332121583c36
Octal320104151010362225307466
Binary11010000100010011010010100001111001010010101011000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04469; }

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

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

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

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

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

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

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

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