Html Css Color HEX #DA18AB Hollywood Cerise

📋 copy color: '#DA18AB'

red 218 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #DA18AB

Tints of Hollywood Cerise #DA18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

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

R = 52.78%
G = 5.81%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA18AB (or 0xDA18AB) is known color: Hollywood Cerise. HEX triplet: DA, 18 and AB. RGB value is (218,24,171). Sum of RGB (Red+Green+Blue) = 218+24+171=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18AB is #25E754. Grayscale: #626262. Windows color (decimal): -2484053 or 11213018. OLE color: 11213018.

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

Color convert

RGB 218 24 171 -
CMYK 0 0.89 0.22 0.15
HSL 314.54º 0.8% 0.47% -
HSV(B) 314.54º 0.89% 0.85% -
XYZ 36.59 18.5 40.17 -
YUV 98.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 218 24 171 0 0.89 0.22 0.15 314.54 0.8 0.47
Hex DA 18 AB 0 59 16 F 13B 50 2F
Octal 332 30 253 0 131 26 17 473 120 57
Binary 11011010 11000 10101011 0 1011001 10110 1111 100111011 1010000 101111

Color Harmonies of #DA18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18AB

Black with #DA18AB

Text Example


Text Example

White with #DA18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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