Html Css Color HEX #DA18AC Hollywood Cerise

📋 copy color: '#DA18AC'

red 218 ◦ green 24 ◦ blue 172

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

Shades of Hollywood Cerise #DA18AC

Tints of Hollywood Cerise #DA18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 52.66%
G = 5.8%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA18AC (or 0xDA18AC) is known color: Hollywood Cerise. HEX triplet: DA, 18 and AC. RGB value is (218,24,172). Sum of RGB (Red+Green+Blue) = 218+24+172=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA18AC is #25E753. Grayscale: #626262. Windows color (decimal): -2484052 or 11278554. OLE color: 11278554.

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

Color convert

RGB 218 24 172 -
CMYK 0 0.89 0.21 0.15
HSL 314.23º 0.8% 0.47% -
HSV(B) 314.23º 0.89% 0.85% -
XYZ 36.69 18.54 40.67 -
YUV 98.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 218 24 172 0 0.89 0.21 0.15 314.23 0.8 0.47
Hex DA 18 AC 0 59 15 F 13A 50 2F
Octal 332 30 254 0 131 25 17 472 120 57
Binary 11011010 11000 10101100 0 1011001 10101 1111 100111010 1010000 101111

Color Harmonies of #DA18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA18AC

Black with #DA18AC

Text Example


Text Example

White with #DA18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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