Html Css Color HEX #D90CA7 Hollywood Cerise

📋 copy color: '#D90CA7'

red 217 ◦ green 12 ◦ blue 167

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

Shades of Hollywood Cerise #D90CA7

Tints of Hollywood Cerise #D90CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.17%

R = 54.8%
G = 3.03%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D90CA7 (or 0xD90CA7) is known color: Hollywood Cerise. HEX triplet: D9, 0C and A7. RGB value is (217,12,167). Sum of RGB (Red+Green+Blue) = 217+12+167=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90CA7 is #26F358. Grayscale: #5A5A5A. Windows color (decimal): -2552665 or 10947801. OLE color: 10947801.

HSL color Cylindrical-coordinate representation of color #D90CA7: hue angle of 314.63º 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 #D90CA7 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 167 -
CMYK 0 0.94 0.23 0.15
HSL 314.63º 0.9% 0.45% -
HSV(B) 314.63º 0.94% 0.85% -
XYZ 35.72 17.8 38.11 -
YUV 90.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 217 12 167 0 0.94 0.23 0.15 314.63 0.9 0.45
Hex D9 C A7 0 5E 17 F 13B 5A 2D
Octal 331 14 247 0 136 27 17 473 132 55
Binary 11011001 1100 10100111 0 1011110 10111 1111 100111011 1011010 101101

Color Harmonies of #D90CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CA7

Black with #D90CA7

Text Example


Text Example

White with #D90CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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