Html Css Color HEX #D125DE Deep Magenta

📋 copy color: '#D125DE'

red 209 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #D125DE

Tints of Deep Magenta #D125DE

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 44.66%
G = 7.91%
B = 47.44%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D125DE (or 0xD125DE) is known color: Deep Magenta. HEX triplet: D1, 25 and DE. RGB value is (209,37,222). Sum of RGB (Red+Green+Blue) = 209+37+222=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #D125DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125DE is #2EDA21. Grayscale: #6C6C6C. Windows color (decimal): -3070498 or 14558673. OLE color: 14558673.

HSL color Cylindrical-coordinate representation of color #D125DE: hue angle of 295.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D125DE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 37 222 -
CMYK 0.06 0.83 0 0.13
HSL 295.78º 0.74% 0.51% -
HSV(B) 295.78º 0.83% 0.87% -
XYZ 40.14 20.15 70.88 -
YUV 109.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 209 37 222 0.06 0.83 0 0.13 295.78 0.74 0.51
Hex D1 25 DE 6 53 0 D 128 4A 33
Octal 321 45 336 6 123 0 15 450 112 63
Binary 11010001 100101 11011110 110 1010011 0 1101 100101000 1001010 110011

Color Harmonies of #D125DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125DE

Black with #D125DE

Text Example


Text Example

White with #D125DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125DE; }

 p { color: rgb(209,37,222); }

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

background-color css

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

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

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

border-color css

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

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

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