Html Css Color HEX #D600A0 Hollywood Cerise

📋 copy color: '#D600A0'

red 214 ◦ green 0 ◦ blue 160

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

Shades of Hollywood Cerise #D600A0

Tints of Hollywood Cerise #D600A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 57.22%
G = 0%
B = 42.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D600A0 (or 0xD600A0) is known color: Hollywood Cerise. HEX triplet: D6, 00 and A0. RGB value is (214,0,160). Sum of RGB (Red+Green+Blue) = 214+0+160=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D600A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D600A0 is #29FF5F. Grayscale: #515151. Windows color (decimal): -2752352 or 10485974. OLE color: 10485974.

HSL color Cylindrical-coordinate representation of color #D600A0: hue angle of 315.14º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D600A0 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 160 -
CMYK 0 1 0.25 0.16
HSL 315.14º 1% 0.42% -
HSV(B) 315.14º 1% 0.84% -
XYZ 34.08 16.83 34.71 -
YUV 82.23 171.9 221.99 -
System Red Green Blue C M Y K H S L
Decimal 214 0 160 0 1 0.25 0.16 315.14 1 0.42
Hex D6 0 A0 0 64 19 10 13B 64 2A
Octal 326 0 240 0 144 31 20 473 144 52
Binary 11010110 0 10100000 0 1100100 11001 10000 100111011 1100100 101010

Color Harmonies of #D600A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600A0

Black with #D600A0

Text Example


Text Example

White with #D600A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600A0; }

 p { color: rgb(214,0,160); }

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

background-color css

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

 a { background-color: rgb(214,0,160); }

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

border-color css

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

 span { border-color: rgb(214,0,160); }

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