Html Css Color HEX #DA18A8 Hollywood Cerise

📋 copy color: '#DA18A8'

red 218 ◦ green 24 ◦ blue 168

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

Shades of Hollywood Cerise #DA18A8

Tints of Hollywood Cerise #DA18A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 53.17%
G = 5.85%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA18A8 (or 0xDA18A8) is known color: Hollywood Cerise. HEX triplet: DA, 18 and A8. RGB value is (218,24,168). Sum of RGB (Red+Green+Blue) = 218+24+168=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18A8 is #25E757. Grayscale: #626262. Windows color (decimal): -2484056 or 11016410. OLE color: 11016410.

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

Color convert

RGB 218 24 168 -
CMYK 0 0.89 0.23 0.15
HSL 315.46º 0.8% 0.47% -
HSV(B) 315.46º 0.89% 0.85% -
XYZ 36.31 18.39 38.68 -
YUV 98.42 167.27 213.29 -
System Red Green Blue C M Y K H S L
Decimal 218 24 168 0 0.89 0.23 0.15 315.46 0.8 0.47
Hex DA 18 A8 0 59 17 F 13B 50 2F
Octal 332 30 250 0 131 27 17 473 120 57
Binary 11011010 11000 10101000 0 1011001 10111 1111 100111011 1010000 101111

Color Harmonies of #DA18A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18A8

Black with #DA18A8

Text Example


Text Example

White with #DA18A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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