Html Css Color HEX #D6009B Hollywood Cerise

📋 copy color: '#D6009B'

red 214 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #D6009B

Tints of Hollywood Cerise #D6009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 57.99%
G = 0%
B = 42.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6009B (or 0xD6009B) is known color: Hollywood Cerise. HEX triplet: D6, 00 and 9B. RGB value is (214,0,155). Sum of RGB (Red+Green+Blue) = 214+0+155=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6009B is #29FF64. Grayscale: #515151. Windows color (decimal): -2752357 or 10158294. OLE color: 10158294.

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

Color convert

RGB 214 0 155 -
CMYK 0 1 0.28 0.16
HSL 316.54º 1% 0.42% -
HSV(B) 316.54º 1% 0.84% -
XYZ 33.65 16.66 32.45 -
YUV 81.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 214 0 155 0 1 0.28 0.16 316.54 1 0.42
Hex D6 0 9B 0 64 1C 10 13D 64 2A
Octal 326 0 233 0 144 34 20 475 144 52
Binary 11010110 0 10011011 0 1100100 11100 10000 100111101 1100100 101010

Color Harmonies of #D6009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6009B

Black with #D6009B

Text Example


Text Example

White with #D6009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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