Html Css Color HEX #DA01AE Hollywood Cerise

📋 copy color: '#DA01AE'

red 218 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #DA01AE

Tints of Hollywood Cerise #DA01AE

RGB

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

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

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

R = 55.47%
G = 0.25%
B = 44.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA01AE (or 0xDA01AE) is known color: Hollywood Cerise. HEX triplet: DA, 01 and AE. RGB value is (218,1,174). Sum of RGB (Red+Green+Blue) = 218+1+174=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA01AE is #25FE51. Grayscale: #555555. Windows color (decimal): -2489938 or 11403738. OLE color: 11403738.

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

Color convert

RGB 218 1 174 -
CMYK 0 1.00 0.20 0.15
HSL 312.17º 0.99% 0.43% -
HSV(B) 312.17º 1% 0.85% -
XYZ 36.56 17.98 41.59 -
YUV 85.61 177.89 222.43 -
System Red Green Blue C M Y K H S L
Decimal 218 1 174 0 1.00 0.20 0.15 312.17 0.99 0.43
Hex DA 1 AE 0 64 14 F 138 63 2B
Octal 332 1 256 0 144 24 17 470 143 53
Binary 11011010 1 10101110 0 1100100 10100 1111 100111000 1100011 101011

Color Harmonies of #DA01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA01AE

Black with #DA01AE

Text Example


Text Example

White with #DA01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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