Html Css Color HEX #DA059B Hollywood Cerise

📋 copy color: '#DA059B'

red 218 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #DA059B

Tints of Hollywood Cerise #DA059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 57.67%
G = 1.32%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA059B (or 0xDA059B) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9B. RGB value is (218,5,155). Sum of RGB (Red+Green+Blue) = 218+5+155=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059B is #25FA64. Grayscale: #555555. Windows color (decimal): -2488933 or 10159578. OLE color: 10159578.

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

Color convert

RGB 218 5 155 -
CMYK 0 0.98 0.29 0.15
HSL 317.75º 0.96% 0.44% -
HSV(B) 317.75º 0.98% 0.85% -
XYZ 34.88 17.38 32.53 -
YUV 85.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 218 5 155 0 0.98 0.29 0.15 317.75 0.96 0.44
Hex DA 5 9B 0 62 1D F 13E 60 2C
Octal 332 5 233 0 142 35 17 476 140 54
Binary 11011010 101 10011011 0 1100010 11101 1111 100111110 1100000 101100

Color Harmonies of #DA059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA059B

Black with #DA059B

Text Example


Text Example

White with #DA059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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