Html Css Color HEX #DD0CA5 Hollywood Cerise

📋 copy color: '#DD0CA5'

red 221 ◦ green 12 ◦ blue 165

#DD0CA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DD0CA5

Tints of Hollywood Cerise #DD0CA5

RGB

 RED value IS 221 (86.72% from 255) = 55.53%

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 55.53%
G = 3.02%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD0CA5 (or 0xDD0CA5) is known color: Hollywood Cerise. HEX triplet: DD, 0C and A5. RGB value is (221,12,165). Sum of RGB (Red+Green+Blue) = 221+12+165=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CA5 is #22F35A. Grayscale: #5B5B5B. Windows color (decimal): -2290523 or 10816733. OLE color: 10816733.

HSL color Cylindrical-coordinate representation of color #DD0CA5: hue angle of 316.08º 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 #DD0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 165 -
CMYK 0 0.95 0.25 0.13
HSL 316.08º 0.9% 0.46% -
HSV(B) 316.08º 0.95% 0.87% -
XYZ 36.74 18.35 37.2 -
YUV 91.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 221 12 165 0 0.95 0.25 0.13 316.08 0.9 0.46
Hex DD C A5 0 5F 19 D 13C 5A 2E
Octal 335 14 245 0 137 31 15 474 132 56
Binary 11011101 1100 10100101 0 1011111 11001 1101 100111100 1011010 101110

Color Harmonies of #DD0CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CA5

Black with #DD0CA5

Text Example


Text Example

White with #DD0CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CA5; }

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

 H1.HeaderClassName
 {
   color: #DD0CA5;
 }
 .AnyTagClassName
 {
   color: #DD0CA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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