Html Css Color HEX #DB03AE Hollywood Cerise

📋 copy color: '#DB03AE'

red 219 ◦ green 3 ◦ blue 174

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

Shades of Hollywood Cerise #DB03AE

Tints of Hollywood Cerise #DB03AE

RGB

 RED value IS 219 (85.94% from 255) = 55.3%

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 55.3%
G = 0.76%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB03AE (or 0xDB03AE) is known color: Hollywood Cerise. HEX triplet: DB, 03 and AE. RGB value is (219,3,174). Sum of RGB (Red+Green+Blue) = 219+3+174=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03AE is #24FC51. Grayscale: #565656. Windows color (decimal): -2423890 or 11404251. OLE color: 11404251.

HSL color Cylindrical-coordinate representation of color #DB03AE: hue angle of 312.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03AE is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 174 -
CMYK 0 0.99 0.21 0.14
HSL 312.5º 0.97% 0.44% -
HSV(B) 312.5º 0.99% 0.86% -
XYZ 36.89 18.18 41.61 -
YUV 87.08 177.06 222.1 -
System Red Green Blue C M Y K H S L
Decimal 219 3 174 0 0.99 0.21 0.14 312.5 0.97 0.44
Hex DB 3 AE 0 63 15 E 138 61 2C
Octal 333 3 256 0 143 25 16 470 141 54
Binary 11011011 11 10101110 0 1100011 10101 1110 100111000 1100001 101100

Color Harmonies of #DB03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03AE

Black with #DB03AE

Text Example


Text Example

White with #DB03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03AE; }

 p { color: rgb(219,3,174); }

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

background-color css

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

 a { background-color: rgb(219,3,174); }

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

border-color css

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

 span { border-color: rgb(219,3,174); }

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