Html Css Color HEX #D60CA7 Hollywood Cerise

📋 copy color: '#D60CA7'

red 214 ◦ green 12 ◦ blue 167

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

Shades of Hollywood Cerise #D60CA7

Tints of Hollywood Cerise #D60CA7

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

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

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

R = 54.45%
G = 3.05%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D60CA7 (or 0xD60CA7) is known color: Hollywood Cerise. HEX triplet: D6, 0C and A7. RGB value is (214,12,167). Sum of RGB (Red+Green+Blue) = 214+12+167=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CA7 is #29F358. Grayscale: #595959. Windows color (decimal): -2749273 or 10947798. OLE color: 10947798.

HSL color Cylindrical-coordinate representation of color #D60CA7: hue angle of 313.96º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CA7 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 167 -
CMYK 0 0.94 0.22 0.16
HSL 313.96º 0.89% 0.44% -
HSV(B) 313.96º 0.94% 0.84% -
XYZ 34.84 17.35 38.07 -
YUV 90.07 171.42 216.4 -
System Red Green Blue C M Y K H S L
Decimal 214 12 167 0 0.94 0.22 0.16 313.96 0.89 0.44
Hex D6 C A7 0 5E 16 10 13A 59 2C
Octal 326 14 247 0 136 26 20 472 131 54
Binary 11010110 1100 10100111 0 1011110 10110 10000 100111010 1011001 101100

Color Harmonies of #D60CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CA7

Black with #D60CA7

Text Example


Text Example

White with #D60CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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