Html Css Color HEX #DA08AA Hollywood Cerise

📋 copy color: '#DA08AA'

red 218 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #DA08AA

Tints of Hollywood Cerise #DA08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

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

R = 55.05%
G = 2.02%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA08AA (or 0xDA08AA) is known color: Hollywood Cerise. HEX triplet: DA, 08 and AA. RGB value is (218,8,170). Sum of RGB (Red+Green+Blue) = 218+8+170=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08AA is #25F755. Grayscale: #585858. Windows color (decimal): -2488150 or 11143386. OLE color: 11143386.

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

Color convert

RGB 218 8 170 -
CMYK 0 0.96 0.22 0.15
HSL 313.71º 0.93% 0.44% -
HSV(B) 313.71º 0.96% 0.85% -
XYZ 36.26 17.98 39.59 -
YUV 89.26 173.57 219.83 -
System Red Green Blue C M Y K H S L
Decimal 218 8 170 0 0.96 0.22 0.15 313.71 0.93 0.44
Hex DA 8 AA 0 60 16 F 13A 5D 2C
Octal 332 10 252 0 140 26 17 472 135 54
Binary 11011010 1000 10101010 0 1100000 10110 1111 100111010 1011101 101100

Color Harmonies of #DA08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08AA

Black with #DA08AA

Text Example


Text Example

White with #DA08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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