Html Css Color HEX #DA24A0 Deep Cerise

📋 copy color: '#DA24A0'

red 218 ◦ green 36 ◦ blue 160

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

Shades of Deep Cerise #DA24A0

Tints of Deep Cerise #DA24A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 52.66%
G = 8.7%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA24A0 (or 0xDA24A0) is known color: Deep Cerise. HEX triplet: DA, 24 and A0. RGB value is (218,36,160). Sum of RGB (Red+Green+Blue) = 218+36+160=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA24A0 is #25DB5F. Grayscale: #686868. Windows color (decimal): -2480992 or 10495194. OLE color: 10495194.

HSL color Cylindrical-coordinate representation of color #DA24A0: hue angle of 319.12º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA24A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 160 -
CMYK 0 0.83 0.27 0.15
HSL 319.12º 0.72% 0.5% -
HSV(B) 319.12º 0.83% 0.85% -
XYZ 35.89 18.71 34.98 -
YUV 104.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 218 36 160 0 0.83 0.27 0.15 319.12 0.72 0.5
Hex DA 24 A0 0 53 1B F 13F 48 32
Octal 332 44 240 0 123 33 17 477 110 62
Binary 11011010 100100 10100000 0 1010011 11011 1111 100111111 1001000 110010

Color Harmonies of #DA24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24A0

Black with #DA24A0

Text Example


Text Example

White with #DA24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24A0; }

 p { color: rgb(218,36,160); }

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

background-color css

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

 a { background-color: rgb(218,36,160); }

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

border-color css

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

 span { border-color: rgb(218,36,160); }

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