Html Css Color HEX #DA25A5 Deep Cerise

📋 copy color: '#DA25A5'

red 218 ◦ green 37 ◦ blue 165

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

Shades of Deep Cerise #DA25A5

Tints of Deep Cerise #DA25A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 51.9%
G = 8.81%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA25A5 (or 0xDA25A5) is known color: Deep Cerise. HEX triplet: DA, 25 and A5. RGB value is (218,37,165). Sum of RGB (Red+Green+Blue) = 218+37+165=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA25A5 is #25DA5A. Grayscale: #696969. Windows color (decimal): -2480731 or 10823130. OLE color: 10823130.

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

Color convert

RGB 218 37 165 -
CMYK 0 0.83 0.24 0.15
HSL 317.57º 0.71% 0.5% -
HSV(B) 317.57º 0.83% 0.85% -
XYZ 36.37 18.95 37.34 -
YUV 105.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 218 37 165 0 0.83 0.24 0.15 317.57 0.71 0.5
Hex DA 25 A5 0 53 18 F 13E 47 32
Octal 332 45 245 0 123 30 17 476 107 62
Binary 11011010 100101 10100101 0 1010011 11000 1111 100111110 1000111 110010

Color Harmonies of #DA25A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25A5

Black with #DA25A5

Text Example


Text Example

White with #DA25A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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