Html Css Color HEX #DA25DA Deep Magenta

📋 copy color: '#DA25DA'

red 218 ◦ green 37 ◦ blue 218

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

Shades of Deep Magenta #DA25DA

Tints of Deep Magenta #DA25DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 46.09%
G = 7.82%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA25DA (or 0xDA25DA) is known color: Deep Magenta. HEX triplet: DA, 25 and DA. RGB value is (218,37,218). Sum of RGB (Red+Green+Blue) = 218+37+218=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25DA is #25DA25. Grayscale: #6F6F6F. Windows color (decimal): -2480678 or 14296538. OLE color: 14296538.

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

Color convert

RGB 218 37 218 -
CMYK 0 0.83 0 0.15
HSL 300º 0.71% 0.5% -
HSV(B) 300º 0.83% 0.85% -
XYZ 42.23 21.29 68.21 -
YUV 111.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 218 37 218 0 0.83 0 0.15 300 0.71 0.5
Hex DA 25 DA 0 53 0 F 12C 47 32
Octal 332 45 332 0 123 0 17 454 107 62
Binary 11011010 100101 11011010 0 1010011 0 1111 100101100 1000111 110010

Color Harmonies of #DA25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25DA

Black with #DA25DA

Text Example


Text Example

White with #DA25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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