Html Css Color HEX #DA009B Hollywood Cerise

📋 copy color: '#DA009B'

red 218 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #DA009B

Tints of Hollywood Cerise #DA009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.45%
G = 0%
B = 41.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA009B (or 0xDA009B) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9B. RGB value is (218,0,155). Sum of RGB (Red+Green+Blue) = 218+0+155=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009B is #25FF64. Grayscale: #525252. Windows color (decimal): -2490213 or 10158298. OLE color: 10158298.

HSL color Cylindrical-coordinate representation of color #DA009B: hue angle of 317.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA009B is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 155 -
CMYK 0 1 0.29 0.15
HSL 317.34º 1% 0.43% -
HSV(B) 317.34º 1% 0.85% -
XYZ 34.83 17.27 32.51 -
YUV 82.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 218 0 155 0 1 0.29 0.15 317.34 1 0.43
Hex DA 0 9B 0 64 1D F 13D 64 2B
Octal 332 0 233 0 144 35 17 475 144 53
Binary 11011010 0 10011011 0 1100100 11101 1111 100111101 1100100 101011

Color Harmonies of #DA009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA009B

Black with #DA009B

Text Example


Text Example

White with #DA009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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