Html Css Color HEX #D203A9 Hollywood Cerise

📋 copy color: '#D203A9'

red 210 ◦ green 3 ◦ blue 169

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

Shades of Hollywood Cerise #D203A9

Tints of Hollywood Cerise #D203A9

RGB

 RED value IS 210 (82.42% from 255) = 54.97%

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 54.97%
G = 0.79%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D203A9 (or 0xD203A9) is known color: Hollywood Cerise. HEX triplet: D2, 03 and A9. RGB value is (210,3,169). Sum of RGB (Red+Green+Blue) = 210+3+169=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D203A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D203A9 is #2DFC56. Grayscale: #535353. Windows color (decimal): -3013719 or 11076562. OLE color: 11076562.

HSL color Cylindrical-coordinate representation of color #D203A9: hue angle of 311.88º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203A9 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 169 -
CMYK 0 0.99 0.20 0.18
HSL 311.88º 0.97% 0.42% -
HSV(B) 311.88º 0.99% 0.82% -
XYZ 33.77 16.63 38.97 -
YUV 83.82 176.08 218 -
System Red Green Blue C M Y K H S L
Decimal 210 3 169 0 0.99 0.20 0.18 311.88 0.97 0.42
Hex D2 3 A9 0 63 14 12 138 61 2A
Octal 322 3 251 0 143 24 22 470 141 52
Binary 11010010 11 10101001 0 1100011 10100 10010 100111000 1100001 101010

Color Harmonies of #D203A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D203A9

Black with #D203A9

Text Example


Text Example

White with #D203A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D203A9; }

 p { color: rgb(210,3,169); }

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

background-color css

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

 a { background-color: rgb(210,3,169); }

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

border-color css

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

 span { border-color: rgb(210,3,169); }

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