Html Css Color HEX #DA02A7 Hollywood Cerise

📋 copy color: '#DA02A7'

red 218 ◦ green 2 ◦ blue 167

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

Shades of Hollywood Cerise #DA02A7

Tints of Hollywood Cerise #DA02A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.15%

R = 56.33%
G = 0.52%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA02A7 (or 0xDA02A7) is known color: Hollywood Cerise. HEX triplet: DA, 02 and A7. RGB value is (218,2,167). Sum of RGB (Red+Green+Blue) = 218+2+167=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA02A7 is #25FD58. Grayscale: #545454. Windows color (decimal): -2489689 or 10945242. OLE color: 10945242.

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

Color convert

RGB 218 2 167 -
CMYK 0 0.99 0.23 0.15
HSL 314.17º 0.98% 0.43% -
HSV(B) 314.17º 0.99% 0.85% -
XYZ 35.91 17.74 38.09 -
YUV 85.39 174.06 222.58 -
System Red Green Blue C M Y K H S L
Decimal 218 2 167 0 0.99 0.23 0.15 314.17 0.98 0.43
Hex DA 2 A7 0 63 17 F 13A 62 2B
Octal 332 2 247 0 143 27 17 472 142 53
Binary 11011010 10 10100111 0 1100011 10111 1111 100111010 1100010 101011

Color Harmonies of #DA02A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA02A7

Black with #DA02A7

Text Example


Text Example

White with #DA02A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA02A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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