Html Css Color HEX #D3009C Hollywood Cerise

📋 copy color: '#D3009C'

red 211 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #D3009C

Tints of Hollywood Cerise #D3009C

RGB

 RED value IS 211 (82.81% from 255) = 57.49%

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 57.49%
G = 0%
B = 42.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3009C (or 0xD3009C) is known color: Hollywood Cerise. HEX triplet: D3, 00 and 9C. RGB value is (211,0,156). Sum of RGB (Red+Green+Blue) = 211+0+156=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3009C is #2CFF63. Grayscale: #505050. Windows color (decimal): -2948964 or 10223827. OLE color: 10223827.

HSL color Cylindrical-coordinate representation of color #D3009C: hue angle of 315.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3009C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 156 -
CMYK 0 1 0.26 0.17
HSL 315.64º 1% 0.41% -
HSV(B) 315.64º 1% 0.83% -
XYZ 32.86 16.25 32.86 -
YUV 80.87 170.4 220.82 -
System Red Green Blue C M Y K H S L
Decimal 211 0 156 0 1 0.26 0.17 315.64 1 0.41
Hex D3 0 9C 0 64 1A 11 13C 64 29
Octal 323 0 234 0 144 32 21 474 144 51
Binary 11010011 0 10011100 0 1100100 11010 10001 100111100 1100100 101001

Color Harmonies of #D3009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3009C

Black with #D3009C

Text Example


Text Example

White with #D3009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3009C; }

 p { color: rgb(211,0,156); }

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

background-color css

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

 a { background-color: rgb(211,0,156); }

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

border-color css

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

 span { border-color: rgb(211,0,156); }

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