Html Css Color HEX #D903A0 Hollywood Cerise

📋 copy color: '#D903A0'

red 217 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #D903A0

Tints of Hollywood Cerise #D903A0

RGB

 RED value IS 217 (85.16% from 255) = 57.11%

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

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 57.11%
G = 0.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D903A0 (or 0xD903A0) is known color: Hollywood Cerise. HEX triplet: D9, 03 and A0. RGB value is (217,3,160). Sum of RGB (Red+Green+Blue) = 217+3+160=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D903A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D903A0 is #26FC5F. Grayscale: #545454. Windows color (decimal): -2554976 or 10486745. OLE color: 10486745.

HSL color Cylindrical-coordinate representation of color #D903A0: hue angle of 315.98º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D903A0 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 160 -
CMYK 0 0.99 0.26 0.15
HSL 315.98º 0.97% 0.43% -
HSV(B) 315.98º 0.99% 0.85% -
XYZ 34.99 17.35 34.76 -
YUV 84.88 170.4 222.23 -
System Red Green Blue C M Y K H S L
Decimal 217 3 160 0 0.99 0.26 0.15 315.98 0.97 0.43
Hex D9 3 A0 0 63 1A F 13C 61 2B
Octal 331 3 240 0 143 32 17 474 141 53
Binary 11011001 11 10100000 0 1100011 11010 1111 100111100 1100001 101011

Color Harmonies of #D903A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D903A0

Black with #D903A0

Text Example


Text Example

White with #D903A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D903A0; }

 p { color: rgb(217,3,160); }

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

background-color css

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

 a { background-color: rgb(217,3,160); }

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

border-color css

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

 span { border-color: rgb(217,3,160); }

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