Html Css Color HEX #DA08B2 Hollywood Cerise

📋 copy color: '#DA08B2'

red 218 ◦ green 8 ◦ blue 178

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

Shades of Hollywood Cerise #DA08B2

Tints of Hollywood Cerise #DA08B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.06%

R = 53.96%
G = 1.98%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA08B2 (or 0xDA08B2) is known color: Hollywood Cerise. HEX triplet: DA, 08 and B2. RGB value is (218,8,178). Sum of RGB (Red+Green+Blue) = 218+8+178=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA08B2 is #25F74D. Grayscale: #595959. Windows color (decimal): -2488142 or 11667674. OLE color: 11667674.

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

Color convert

RGB 218 8 178 -
CMYK 0 0.96 0.18 0.15
HSL 311.43º 0.93% 0.44% -
HSV(B) 311.43º 0.96% 0.85% -
XYZ 37.04 18.29 43.7 -
YUV 90.17 177.57 219.18 -
System Red Green Blue C M Y K H S L
Decimal 218 8 178 0 0.96 0.18 0.15 311.43 0.93 0.44
Hex DA 8 B2 0 60 12 F 137 5D 2C
Octal 332 10 262 0 140 22 17 467 135 54
Binary 11011010 1000 10110010 0 1100000 10010 1111 100110111 1011101 101100

Color Harmonies of #DA08B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08B2

Black with #DA08B2

Text Example


Text Example

White with #DA08B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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