Html Css Color HEX #DB03AD Hollywood Cerise

📋 copy color: '#DB03AD'

red 219 ◦ green 3 ◦ blue 173

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

Shades of Hollywood Cerise #DB03AD

Tints of Hollywood Cerise #DB03AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 55.44%
G = 0.76%
B = 43.8%

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

#DB03AD (or 0xDB03AD) is known color: Hollywood Cerise. HEX triplet: DB, 03 and AD. RGB value is (219,3,173). Sum of RGB (Red+Green+Blue) = 219+3+173=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03AD is #24FC52. Grayscale: #565656. Windows color (decimal): -2423891 or 11338715. OLE color: 11338715.

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

Color convert

RGB 219 3 173 -
CMYK 0 0.99 0.21 0.14
HSL 312.78º 0.97% 0.44% -
HSV(B) 312.78º 0.99% 0.86% -
XYZ 36.79 18.14 41.1 -
YUV 86.96 176.56 222.18 -
System Red Green Blue C M Y K H S L
Decimal 219 3 173 0 0.99 0.21 0.14 312.78 0.97 0.44
Hex DB 3 AD 0 63 15 E 139 61 2C
Octal 333 3 255 0 143 25 16 471 141 54
Binary 11011011 11 10101101 0 1100011 10101 1110 100111001 1100001 101100

Color Harmonies of #DB03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03AD

Black with #DB03AD

Text Example


Text Example

White with #DB03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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