Html Css Color HEX #D90CAD Hollywood Cerise

📋 copy color: '#D90CAD'

red 217 ◦ green 12 ◦ blue 173

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

Shades of Hollywood Cerise #D90CAD

Tints of Hollywood Cerise #D90CAD

RGB

 RED value IS 217 (85.16% from 255) = 53.98%

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 53.98%
G = 2.99%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D90CAD (or 0xD90CAD) is known color: Hollywood Cerise. HEX triplet: D9, 0C and AD. RGB value is (217,12,173). Sum of RGB (Red+Green+Blue) = 217+12+173=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CAD is #26F352. Grayscale: #5B5B5B. Windows color (decimal): -2552659 or 11341017. OLE color: 11341017.

HSL color Cylindrical-coordinate representation of color #D90CAD: hue angle of 312.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90CAD is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 173 -
CMYK 0 0.94 0.20 0.15
HSL 312.88º 0.9% 0.45% -
HSV(B) 312.88º 0.94% 0.85% -
XYZ 36.29 18.03 41.1 -
YUV 91.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 217 12 173 0 0.94 0.20 0.15 312.88 0.9 0.45
Hex D9 C AD 0 5E 14 F 139 5A 2D
Octal 331 14 255 0 136 24 17 471 132 55
Binary 11011001 1100 10101101 0 1011110 10100 1111 100111001 1011010 101101

Color Harmonies of #D90CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CAD

Black with #D90CAD

Text Example


Text Example

White with #D90CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CAD; }

 p { color: rgb(217,12,173); }

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

background-color css

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

 a { background-color: rgb(217,12,173); }

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

border-color css

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

 span { border-color: rgb(217,12,173); }

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