Html Css Color HEX #D600AB Hollywood Cerise

📋 copy color: '#D600AB'

red 214 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #D600AB

Tints of Hollywood Cerise #D600AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 55.58%
G = 0%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D600AB (or 0xD600AB) is known color: Hollywood Cerise. HEX triplet: D6, 00 and AB. RGB value is (214,0,171). Sum of RGB (Red+Green+Blue) = 214+0+171=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D600AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D600AB is #29FF54. Grayscale: #535353. Windows color (decimal): -2752341 or 11206870. OLE color: 11206870.

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

Color convert

RGB 214 0 171 -
CMYK 0 1 0.20 0.16
HSL 312.06º 1% 0.42% -
HSV(B) 312.06º 1% 0.84% -
XYZ 35.08 17.24 40.01 -
YUV 83.48 177.4 221.1 -
System Red Green Blue C M Y K H S L
Decimal 214 0 171 0 1 0.20 0.16 312.06 1 0.42
Hex D6 0 AB 0 64 14 10 138 64 2A
Octal 326 0 253 0 144 24 20 470 144 52
Binary 11010110 0 10101011 0 1100100 10100 10000 100111000 1100100 101010

Color Harmonies of #D600AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600AB

Black with #D600AB

Text Example


Text Example

White with #D600AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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