Html Css Color HEX #D803B0 Hollywood Cerise

📋 copy color: '#D803B0'

red 216 ◦ green 3 ◦ blue 176

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

Shades of Hollywood Cerise #D803B0

Tints of Hollywood Cerise #D803B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 54.68%
G = 0.76%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D803B0 (or 0xD803B0) is known color: Hollywood Cerise. HEX triplet: D8, 03 and B0. RGB value is (216,3,176). Sum of RGB (Red+Green+Blue) = 216+3+176=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D803B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D803B0 is #27FC4F. Grayscale: #555555. Windows color (decimal): -2620496 or 11535320. OLE color: 11535320.

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

Color convert

RGB 216 3 176 -
CMYK 0 0.99 0.19 0.15
HSL 311.27º 0.97% 0.43% -
HSV(B) 311.27º 0.99% 0.85% -
XYZ 36.19 17.8 42.6 -
YUV 86.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 216 3 176 0 0.99 0.19 0.15 311.27 0.97 0.43
Hex D8 3 B0 0 63 13 F 137 61 2B
Octal 330 3 260 0 143 23 17 467 141 53
Binary 11011000 11 10110000 0 1100011 10011 1111 100110111 1100001 101011

Color Harmonies of #D803B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D803B0

Black with #D803B0

Text Example


Text Example

White with #D803B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D803B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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