Html Css Color HEX #D3009D Hollywood Cerise

📋 copy color: '#D3009D'

red 211 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #D3009D

Tints of Hollywood Cerise #D3009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 57.34%
G = 0%
B = 42.66%

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

#D3009D (or 0xD3009D) is known color: Hollywood Cerise. HEX triplet: D3, 00 and 9D. RGB value is (211,0,157). Sum of RGB (Red+Green+Blue) = 211+0+157=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3009D is #2CFF62. Grayscale: #505050. Windows color (decimal): -2948963 or 10289363. OLE color: 10289363.

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

Color convert

RGB 211 0 157 -
CMYK 0 1 0.26 0.17
HSL 315.36º 1% 0.41% -
HSV(B) 315.36º 1% 0.83% -
XYZ 32.95 16.28 33.3 -
YUV 80.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 211 0 157 0 1 0.26 0.17 315.36 1 0.41
Hex D3 0 9D 0 64 1A 11 13B 64 29
Octal 323 0 235 0 144 32 21 473 144 51
Binary 11010011 0 10011101 0 1100100 11010 10001 100111011 1100100 101001

Color Harmonies of #D3009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3009D

Black with #D3009D

Text Example


Text Example

White with #D3009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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