Html Css Color HEX #DA02A4 Hollywood Cerise

📋 copy color: '#DA02A4'

red 218 ◦ green 2 ◦ blue 164

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

Shades of Hollywood Cerise #DA02A4

Tints of Hollywood Cerise #DA02A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 56.77%
G = 0.52%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA02A4 (or 0xDA02A4) is known color: Hollywood Cerise. HEX triplet: DA, 02 and A4. RGB value is (218,2,164). Sum of RGB (Red+Green+Blue) = 218+2+164=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02A4 is #25FD5B. Grayscale: #545454. Windows color (decimal): -2489692 or 10748634. OLE color: 10748634.

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

Color convert

RGB 218 2 164 -
CMYK 0 0.99 0.25 0.15
HSL 315º 0.98% 0.43% -
HSV(B) 315º 0.99% 0.85% -
XYZ 35.64 17.63 36.65 -
YUV 85.05 172.56 222.83 -
System Red Green Blue C M Y K H S L
Decimal 218 2 164 0 0.99 0.25 0.15 315 0.98 0.43
Hex DA 2 A4 0 63 19 F 13B 62 2B
Octal 332 2 244 0 143 31 17 473 142 53
Binary 11011010 10 10100100 0 1100011 11001 1111 100111011 1100010 101011

Color Harmonies of #DA02A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02A4

Black with #DA02A4

Text Example


Text Example

White with #DA02A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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