Html Css Color HEX #D600A6 Hollywood Cerise

📋 copy color: '#D600A6'

red 214 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #D600A6

Tints of Hollywood Cerise #D600A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.68%

R = 56.32%
G = 0%
B = 43.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D600A6 (or 0xD600A6) is known color: Hollywood Cerise. HEX triplet: D6, 00 and A6. RGB value is (214,0,166). Sum of RGB (Red+Green+Blue) = 214+0+166=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D600A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D600A6 is #29FF59. Grayscale: #525252. Windows color (decimal): -2752346 or 10879190. OLE color: 10879190.

HSL color Cylindrical-coordinate representation of color #D600A6: hue angle of 313.46º 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 #D600A6 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 166 -
CMYK 0 1 0.22 0.16
HSL 313.46º 1% 0.42% -
HSV(B) 313.46º 1% 0.84% -
XYZ 34.61 17.05 37.54 -
YUV 82.91 174.9 221.5 -
System Red Green Blue C M Y K H S L
Decimal 214 0 166 0 1 0.22 0.16 313.46 1 0.42
Hex D6 0 A6 0 64 16 10 139 64 2A
Octal 326 0 246 0 144 26 20 471 144 52
Binary 11010110 0 10100110 0 1100100 10110 10000 100111001 1100100 101010

Color Harmonies of #D600A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600A6

Black with #D600A6

Text Example


Text Example

White with #D600A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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