Html Css Color HEX #DA25A0 Deep Cerise

📋 copy color: '#DA25A0'

red 218 ◦ green 37 ◦ blue 160

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

Shades of Deep Cerise #DA25A0

Tints of Deep Cerise #DA25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.92%

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

R = 52.53%
G = 8.92%
B = 38.55%

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

#DA25A0 (or 0xDA25A0) is known color: Deep Cerise. HEX triplet: DA, 25 and A0. RGB value is (218,37,160). Sum of RGB (Red+Green+Blue) = 218+37+160=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25A0 is #25DA5F. Grayscale: #686868. Windows color (decimal): -2480736 or 10495450. OLE color: 10495450.

HSL color Cylindrical-coordinate representation of color #DA25A0: hue angle of 319.23º degrees, saturation: 0.71, 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 #DA25A0 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 160 -
CMYK 0 0.83 0.27 0.15
HSL 319.23º 0.71% 0.5% -
HSV(B) 319.23º 0.83% 0.85% -
XYZ 35.92 18.77 34.99 -
YUV 105.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 218 37 160 0 0.83 0.27 0.15 319.23 0.71 0.5
Hex DA 25 A0 0 53 1B F 13F 47 32
Octal 332 45 240 0 123 33 17 477 107 62
Binary 11011010 100101 10100000 0 1010011 11011 1111 100111111 1000111 110010

Color Harmonies of #DA25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25A0

Black with #DA25A0

Text Example


Text Example

White with #DA25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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