Html Css Color HEX #DA15AE Hollywood Cerise

📋 copy color: '#DA15AE'

red 218 ◦ green 21 ◦ blue 174

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

Shades of Hollywood Cerise #DA15AE

Tints of Hollywood Cerise #DA15AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 52.78%
G = 5.08%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DA15AE (or 0xDA15AE) is known color: Hollywood Cerise. HEX triplet: DA, 15 and AE. RGB value is (218,21,174). Sum of RGB (Red+Green+Blue) = 218+21+174=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA15AE is #25EA51. Grayscale: #606060. Windows color (decimal): -2484818 or 11408858. OLE color: 11408858.

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

Color convert

RGB 218 21 174 -
CMYK 0 0.90 0.20 0.15
HSL 313.4º 0.82% 0.47% -
HSV(B) 313.4º 0.9% 0.85% -
XYZ 36.82 18.5 41.67 -
YUV 97.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 218 21 174 0 0.90 0.20 0.15 313.4 0.82 0.47
Hex DA 15 AE 0 5A 14 F 139 52 2F
Octal 332 25 256 0 132 24 17 471 122 57
Binary 11011010 10101 10101110 0 1011010 10100 1111 100111001 1010010 101111

Color Harmonies of #DA15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA15AE

Black with #DA15AE

Text Example


Text Example

White with #DA15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA15AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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