Html Css Color HEX #DA25DB Deep Magenta

📋 copy color: '#DA25DB'

red 218 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #DA25DB

Tints of Deep Magenta #DA25DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 45.99%
G = 7.81%
B = 46.2%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA25DB (or 0xDA25DB) is known color: Deep Magenta. HEX triplet: DA, 25 and DB. RGB value is (218,37,219). Sum of RGB (Red+Green+Blue) = 218+37+219=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25DB is #25DA24. Grayscale: #6F6F6F. Windows color (decimal): -2480677 or 14362074. OLE color: 14362074.

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

Color convert

RGB 218 37 219 -
CMYK 0.00 0.83 0 0.14
HSL 299.67º 0.72% 0.5% -
HSV(B) 299.67º 0.83% 0.86% -
XYZ 42.36 21.34 68.9 -
YUV 111.87 188.47 203.7 -
System Red Green Blue C M Y K H S L
Decimal 218 37 219 0.00 0.83 0 0.14 299.67 0.72 0.5
Hex DA 25 DB 0 53 0 E 12C 48 32
Octal 332 45 333 0 123 0 16 454 110 62
Binary 11011010 100101 11011011 0 1010011 0 1110 100101100 1001000 110010

Color Harmonies of #DA25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25DB

Black with #DA25DB

Text Example


Text Example

White with #DA25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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