Html Css Color HEX #DA25CE Deep Magenta

📋 copy color: '#DA25CE'

red 218 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #DA25CE

Tints of Deep Magenta #DA25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 47.29%
G = 8.03%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA25CE (or 0xDA25CE) is known color: Deep Magenta. HEX triplet: DA, 25 and CE. RGB value is (218,37,206). Sum of RGB (Red+Green+Blue) = 218+37+206=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25CE is #25DA31. Grayscale: #6D6D6D. Windows color (decimal): -2480690 or 13510106. OLE color: 13510106.

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

Color convert

RGB 218 37 206 -
CMYK 0 0.83 0.06 0.15
HSL 303.98º 0.71% 0.5% -
HSV(B) 303.98º 0.83% 0.85% -
XYZ 40.72 20.68 60.24 -
YUV 110.39 181.97 204.76 -
System Red Green Blue C M Y K H S L
Decimal 218 37 206 0 0.83 0.06 0.15 303.98 0.71 0.5
Hex DA 25 CE 0 53 6 F 130 47 32
Octal 332 45 316 0 123 6 17 460 107 62
Binary 11011010 100101 11001110 0 1010011 110 1111 100110000 1000111 110010

Color Harmonies of #DA25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25CE

Black with #DA25CE

Text Example


Text Example

White with #DA25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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