Html Css Color HEX #DA06AA Hollywood Cerise

📋 copy color: '#DA06AA'

red 218 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #DA06AA

Tints of Hollywood Cerise #DA06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 55.33%
G = 1.52%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA06AA (or 0xDA06AA) is known color: Hollywood Cerise. HEX triplet: DA, 06 and AA. RGB value is (218,6,170). Sum of RGB (Red+Green+Blue) = 218+6+170=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA06AA is #25F955. Grayscale: #575757. Windows color (decimal): -2488662 or 11142874. OLE color: 11142874.

HSL color Cylindrical-coordinate representation of color #DA06AA: hue angle of 313.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06AA is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 170 -
CMYK 0 0.97 0.22 0.15
HSL 313.58º 0.95% 0.44% -
HSV(B) 313.58º 0.97% 0.85% -
XYZ 36.23 17.94 39.58 -
YUV 88.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 218 6 170 0 0.97 0.22 0.15 313.58 0.95 0.44
Hex DA 6 AA 0 61 16 F 13A 5F 2C
Octal 332 6 252 0 141 26 17 472 137 54
Binary 11011010 110 10101010 0 1100001 10110 1111 100111010 1011111 101100

Color Harmonies of #DA06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06AA

Black with #DA06AA

Text Example


Text Example

White with #DA06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06AA; }

 p { color: rgb(218,6,170); }

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

background-color css

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

 a { background-color: rgb(218,6,170); }

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

border-color css

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

 span { border-color: rgb(218,6,170); }

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