Html Css Color HEX #DA15AC Hollywood Cerise

📋 copy color: '#DA15AC'

red 218 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #DA15AC

Tints of Hollywood Cerise #DA15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.11%

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

R = 53.04%
G = 5.11%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA15AC (or 0xDA15AC) is known color: Hollywood Cerise. HEX triplet: DA, 15 and AC. RGB value is (218,21,172). Sum of RGB (Red+Green+Blue) = 218+21+172=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15AC is #25EA53. Grayscale: #606060. Windows color (decimal): -2484820 or 11277786. OLE color: 11277786.

HSL color Cylindrical-coordinate representation of color #DA15AC: hue angle of 314.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15AC is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 172 -
CMYK 0 0.90 0.21 0.15
HSL 314.01º 0.82% 0.47% -
HSV(B) 314.01º 0.9% 0.85% -
XYZ 36.63 18.42 40.65 -
YUV 97.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 218 21 172 0 0.90 0.21 0.15 314.01 0.82 0.47
Hex DA 15 AC 0 5A 15 F 13A 52 2F
Octal 332 25 254 0 132 25 17 472 122 57
Binary 11011010 10101 10101100 0 1011010 10101 1111 100111010 1010010 101111

Color Harmonies of #DA15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15AC

Black with #DA15AC

Text Example


Text Example

White with #DA15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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