Html Css Color HEX #D3009E Hollywood Cerise

📋 copy color: '#D3009E'

red 211 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D3009E

Tints of Hollywood Cerise #D3009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3009E (or 0xD3009E) is known color: Hollywood Cerise. HEX triplet: D3, 00 and 9E. RGB value is (211,0,158). Sum of RGB (Red+Green+Blue) = 211+0+158=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3009E is #2CFF61. Grayscale: #505050. Windows color (decimal): -2948962 or 10354899. OLE color: 10354899.

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

Color convert

RGB 211 0 158 -
CMYK 0 1 0.25 0.17
HSL 315.07º 1% 0.41% -
HSV(B) 315.07º 1% 0.83% -
XYZ 33.04 16.32 33.76 -
YUV 81.1 171.4 220.65 -
System Red Green Blue C M Y K H S L
Decimal 211 0 158 0 1 0.25 0.17 315.07 1 0.41
Hex D3 0 9E 0 64 19 11 13B 64 29
Octal 323 0 236 0 144 31 21 473 144 51
Binary 11010011 0 10011110 0 1100100 11001 10001 100111011 1100100 101001

Color Harmonies of #D3009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3009E

Black with #D3009E

Text Example


Text Example

White with #D3009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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