Html Css Color HEX #DA02A6 Hollywood Cerise

📋 copy color: '#DA02A6'

red 218 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #DA02A6

Tints of Hollywood Cerise #DA02A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 56.48%
G = 0.52%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA02A6 (or 0xDA02A6) is known color: Hollywood Cerise. HEX triplet: DA, 02 and A6. RGB value is (218,2,166). Sum of RGB (Red+Green+Blue) = 218+2+166=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02A6 is #25FD59. Grayscale: #545454. Windows color (decimal): -2489690 or 10879706. OLE color: 10879706.

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

Color convert

RGB 218 2 166 -
CMYK 0 0.99 0.24 0.15
HSL 314.44º 0.98% 0.43% -
HSV(B) 314.44º 0.99% 0.85% -
XYZ 35.82 17.7 37.61 -
YUV 85.28 173.56 222.66 -
System Red Green Blue C M Y K H S L
Decimal 218 2 166 0 0.99 0.24 0.15 314.44 0.98 0.43
Hex DA 2 A6 0 63 18 F 13A 62 2B
Octal 332 2 246 0 143 30 17 472 142 53
Binary 11011010 10 10100110 0 1100011 11000 1111 100111010 1100010 101011

Color Harmonies of #DA02A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02A6

Black with #DA02A6

Text Example


Text Example

White with #DA02A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02A6; }

 p { color: rgb(218,2,166); }

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

background-color css

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

 a { background-color: rgb(218,2,166); }

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

border-color css

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

 span { border-color: rgb(218,2,166); }

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