#DD0CAB

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

Shades of Hollywood Cerise #DD0CAB

Tints of Hollywood Cerise #DD0CAB

Color information

#DD0CAB (or 0xDD0CAB) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 0C and AB. RGB value is (221,12,171). Sum of RGB (Red+Green+Blue) = 221+12+171=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CAB is #22F354. Grayscale: #5C5C5C. Windows color (decimal): -2290517 or 11209949. OLE color: 11209949.

HSL color Cylindrical-coordinate representation of color #DD0CAB: hue angle of 314.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CAB is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22112171-
CMYK00.950.230.13
HSL314.35º89.7%45.69%-
HSV(B)314.35º94.57%86.67%-
XYZ37.318.5840.15-
YUV92.62172.24219.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 12 (5.08% from 255) = 2.97%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=54.70%
G=2.97%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211217100.950.230.13314.3589.745.69
HexDDCAB05F17D13a5a2e
Octal335142530137271547213256
Binary11011101110010101011010111111011111011001110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0CAB; }

 p { color: rgb(221,12,171); }

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

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

 a { background-color: rgb(221,12,171); }

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

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

 span { border-color: rgb(221,12,171); }

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