Html Css Color HEX #D025DB Deep Magenta

📋 copy color: '#D025DB'

red 208 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #D025DB

Tints of Deep Magenta #D025DB

RGB

 RED value IS 208 (81.64% from 255) = 44.83%

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

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

R = 44.83%
G = 7.97%
B = 47.2%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D025DB (or 0xD025DB) is known color: Deep Magenta. HEX triplet: D0, 25 and DB. RGB value is (208,37,219). Sum of RGB (Red+Green+Blue) = 208+37+219=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D025DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025DB is #2FDA24. Grayscale: #6C6C6C. Windows color (decimal): -3136037 or 14362064. OLE color: 14362064.

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

Color convert

RGB 208 37 219 -
CMYK 0.05 0.83 0 0.14
HSL 296.37º 0.72% 0.5% -
HSV(B) 296.37º 0.83% 0.86% -
XYZ 39.46 19.85 68.77 -
YUV 108.88 190.15 198.7 -
System Red Green Blue C M Y K H S L
Decimal 208 37 219 0.05 0.83 0 0.14 296.37 0.72 0.5
Hex D0 25 DB 5 53 0 E 128 48 32
Octal 320 45 333 5 123 0 16 450 110 62
Binary 11010000 100101 11011011 101 1010011 0 1110 100101000 1001000 110010

Color Harmonies of #D025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025DB

Black with #D025DB

Text Example


Text Example

White with #D025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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