Html Css Color HEX #DA009D Hollywood Cerise

📋 copy color: '#DA009D'

red 218 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #DA009D

Tints of Hollywood Cerise #DA009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 58.13%
G = 0%
B = 41.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA009D (or 0xDA009D) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9D. RGB value is (218,0,157). Sum of RGB (Red+Green+Blue) = 218+0+157=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009D is #25FF62. Grayscale: #525252. Windows color (decimal): -2490211 or 10289370. OLE color: 10289370.

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

Color convert

RGB 218 0 157 -
CMYK 0 1 0.28 0.15
HSL 316.79º 1% 0.43% -
HSV(B) 316.79º 1% 0.85% -
XYZ 35 17.34 33.4 -
YUV 83.08 169.72 224.23 -
System Red Green Blue C M Y K H S L
Decimal 218 0 157 0 1 0.28 0.15 316.79 1 0.43
Hex DA 0 9D 0 64 1C F 13D 64 2B
Octal 332 0 235 0 144 34 17 475 144 53
Binary 11011010 0 10011101 0 1100100 11100 1111 100111101 1100100 101011

Color Harmonies of #DA009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA009D

Black with #DA009D

Text Example


Text Example

White with #DA009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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