Html Css Color HEX #DB01AB Hollywood Cerise

📋 copy color: '#DB01AB'

red 219 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #DB01AB

Tints of Hollywood Cerise #DB01AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 56.01%
G = 0.26%
B = 43.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB01AB (or 0xDB01AB) is known color: Hollywood Cerise. HEX triplet: DB, 01 and AB. RGB value is (219,1,171). Sum of RGB (Red+Green+Blue) = 219+1+171=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB01AB is #24FE54. Grayscale: #555555. Windows color (decimal): -2424405 or 11207131. OLE color: 11207131.

HSL color Cylindrical-coordinate representation of color #DB01AB: hue angle of 313.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01AB is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 171 -
CMYK 0 1.00 0.22 0.14
HSL 313.21º 0.99% 0.43% -
HSV(B) 313.21º 1% 0.86% -
XYZ 36.57 18.02 40.08 -
YUV 85.56 176.22 223.18 -
System Red Green Blue C M Y K H S L
Decimal 219 1 171 0 1.00 0.22 0.14 313.21 0.99 0.43
Hex DB 1 AB 0 64 16 E 139 63 2B
Octal 333 1 253 0 144 26 16 471 143 53
Binary 11011011 1 10101011 0 1100100 10110 1110 100111001 1100011 101011

Color Harmonies of #DB01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01AB

Black with #DB01AB

Text Example


Text Example

White with #DB01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01AB; }

 p { color: rgb(219,1,171); }

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

background-color css

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

 a { background-color: rgb(219,1,171); }

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

border-color css

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

 span { border-color: rgb(219,1,171); }

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