Html Css Color HEX #DA01AB Hollywood Cerise

📋 copy color: '#DA01AB'

red 218 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #DA01AB

Tints of Hollywood Cerise #DA01AB

RGB

 RED value IS 218 (85.55% from 255) = 55.9%

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

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

R = 55.9%
G = 0.26%
B = 43.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA01AB (or 0xDA01AB) is known color: Hollywood Cerise. HEX triplet: DA, 01 and AB. RGB value is (218,1,171). Sum of RGB (Red+Green+Blue) = 218+1+171=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA01AB is #25FE54. Grayscale: #545454. Windows color (decimal): -2489941 or 11207130. OLE color: 11207130.

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

Color convert

RGB 218 1 171 -
CMYK 0 1.00 0.22 0.15
HSL 313º 0.99% 0.43% -
HSV(B) 313º 1% 0.85% -
XYZ 36.27 17.87 40.06 -
YUV 85.26 176.39 222.68 -
System Red Green Blue C M Y K H S L
Decimal 218 1 171 0 1.00 0.22 0.15 313 0.99 0.43
Hex DA 1 AB 0 64 16 F 139 63 2B
Octal 332 1 253 0 144 26 17 471 143 53
Binary 11011010 1 10101011 0 1100100 10110 1111 100111001 1100011 101011

Color Harmonies of #DA01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01AB

Black with #DA01AB

Text Example


Text Example

White with #DA01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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