Html Css Color HEX #DA09AB Hollywood Cerise

📋 copy color: '#DA09AB'

red 218 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #DA09AB

Tints of Hollywood Cerise #DA09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 54.77%
G = 2.26%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA09AB (or 0xDA09AB) is known color: Hollywood Cerise. HEX triplet: DA, 09 and AB. RGB value is (218,9,171). Sum of RGB (Red+Green+Blue) = 218+9+171=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09AB is #25F654. Grayscale: #595959. Windows color (decimal): -2487893 or 11209178. OLE color: 11209178.

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

Color convert

RGB 218 9 171 -
CMYK 0 0.96 0.22 0.15
HSL 313.49º 0.92% 0.45% -
HSV(B) 313.49º 0.96% 0.85% -
XYZ 36.36 18.04 40.09 -
YUV 89.96 173.74 219.33 -
System Red Green Blue C M Y K H S L
Decimal 218 9 171 0 0.96 0.22 0.15 313.49 0.92 0.45
Hex DA 9 AB 0 60 16 F 139 5C 2D
Octal 332 11 253 0 140 26 17 471 134 55
Binary 11011010 1001 10101011 0 1100000 10110 1111 100111001 1011100 101101

Color Harmonies of #DA09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09AB

Black with #DA09AB

Text Example


Text Example

White with #DA09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09AB; }

 p { color: rgb(218,9,171); }

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

background-color css

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

 a { background-color: rgb(218,9,171); }

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

border-color css

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

 span { border-color: rgb(218,9,171); }

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