Html Css Color HEX #DA05B0 Hollywood Cerise

📋 copy color: '#DA05B0'

red 218 ◦ green 5 ◦ blue 176

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

Shades of Hollywood Cerise #DA05B0

Tints of Hollywood Cerise #DA05B0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 54.64%
G = 1.25%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA05B0 (or 0xDA05B0) is known color: Hollywood Cerise. HEX triplet: DA, 05 and B0. RGB value is (218,5,176). Sum of RGB (Red+Green+Blue) = 218+5+176=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA05B0 is #25FA4F. Grayscale: #575757. Windows color (decimal): -2488912 or 11535834. OLE color: 11535834.

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

Color convert

RGB 218 5 176 -
CMYK 0 0.98 0.19 0.15
HSL 311.83º 0.96% 0.44% -
HSV(B) 311.83º 0.98% 0.85% -
XYZ 36.8 18.15 42.64 -
YUV 88.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 218 5 176 0 0.98 0.19 0.15 311.83 0.96 0.44
Hex DA 5 B0 0 62 13 F 138 60 2C
Octal 332 5 260 0 142 23 17 470 140 54
Binary 11011010 101 10110000 0 1100010 10011 1111 100111000 1100000 101100

Color Harmonies of #DA05B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA05B0

Black with #DA05B0

Text Example


Text Example

White with #DA05B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA05B0; }

 p { color: rgb(218,5,176); }

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

background-color css

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

 a { background-color: rgb(218,5,176); }

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

border-color css

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

 span { border-color: rgb(218,5,176); }

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