Html Css Color HEX #D125DF Deep Magenta

📋 copy color: '#D125DF'

red 209 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #D125DF

Tints of Deep Magenta #D125DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 44.56%
G = 7.89%
B = 47.55%

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

#D125DF (or 0xD125DF) is known color: Deep Magenta. HEX triplet: D1, 25 and DF. RGB value is (209,37,223). Sum of RGB (Red+Green+Blue) = 209+37+223=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D125DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125DF is #2EDA20. Grayscale: #6D6D6D. Windows color (decimal): -3070497 or 14624209. OLE color: 14624209.

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

Color convert

RGB 209 37 223 -
CMYK 0.06 0.83 0 0.13
HSL 295.48º 0.74% 0.51% -
HSV(B) 295.48º 0.83% 0.87% -
XYZ 40.28 20.21 71.59 -
YUV 109.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 209 37 223 0.06 0.83 0 0.13 295.48 0.74 0.51
Hex D1 25 DF 6 53 0 D 127 4A 33
Octal 321 45 337 6 123 0 15 447 112 63
Binary 11010001 100101 11011111 110 1010011 0 1101 100100111 1001010 110011

Color Harmonies of #D125DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125DF

Black with #D125DF

Text Example


Text Example

White with #D125DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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