Html Css Color HEX #D803A5 Hollywood Cerise

📋 copy color: '#D803A5'

red 216 ◦ green 3 ◦ blue 165

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

Shades of Hollywood Cerise #D803A5

Tints of Hollywood Cerise #D803A5

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

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

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 56.25%
G = 0.78%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D803A5 (or 0xD803A5) is known color: Hollywood Cerise. HEX triplet: D8, 03 and A5. RGB value is (216,3,165). Sum of RGB (Red+Green+Blue) = 216+3+165=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D803A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D803A5 is #27FC5A. Grayscale: #545454. Windows color (decimal): -2620507 or 10814424. OLE color: 10814424.

HSL color Cylindrical-coordinate representation of color #D803A5: hue angle of 314.37º 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 #D803A5 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 165 -
CMYK 0 0.99 0.24 0.15
HSL 314.37º 0.97% 0.43% -
HSV(B) 314.37º 0.99% 0.85% -
XYZ 35.14 17.38 37.1 -
YUV 85.16 173.07 221.33 -
System Red Green Blue C M Y K H S L
Decimal 216 3 165 0 0.99 0.24 0.15 314.37 0.97 0.43
Hex D8 3 A5 0 63 18 F 13A 61 2B
Octal 330 3 245 0 143 30 17 472 141 53
Binary 11011000 11 10100101 0 1100011 11000 1111 100111010 1100001 101011

Color Harmonies of #D803A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D803A5

Black with #D803A5

Text Example


Text Example

White with #D803A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D803A5; }

 p { color: rgb(216,3,165); }

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

background-color css

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

 a { background-color: rgb(216,3,165); }

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

border-color css

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

 span { border-color: rgb(216,3,165); }

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