Html Css Color HEX #D125C2 Deep Magenta

📋 copy color: '#D125C2'

red 209 ◦ green 37 ◦ blue 194

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

Shades of Deep Magenta #D125C2

Tints of Deep Magenta #D125C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 47.5%
G = 8.41%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D125C2 (or 0xD125C2) is known color: Deep Magenta. HEX triplet: D1, 25 and C2. RGB value is (209,37,194). Sum of RGB (Red+Green+Blue) = 209+37+194=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D125C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125C2 is #2EDA3D. Grayscale: #696969. Windows color (decimal): -3070526 or 12723665. OLE color: 12723665.

HSL color Cylindrical-coordinate representation of color #D125C2: hue angle of 305.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D125C2 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 194 -
CMYK 0 0.82 0.07 0.18
HSL 305.23º 0.7% 0.48% -
HSV(B) 305.23º 0.82% 0.82% -
XYZ 36.69 18.77 52.73 -
YUV 106.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 209 37 194 0 0.82 0.07 0.18 305.23 0.7 0.48
Hex D1 25 C2 0 52 7 12 131 46 30
Octal 321 45 302 0 122 7 22 461 106 60
Binary 11010001 100101 11000010 0 1010010 111 10010 100110001 1000110 110000

Color Harmonies of #D125C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125C2

Black with #D125C2

Text Example


Text Example

White with #D125C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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