Html Css Color HEX #D125CF Deep Magenta

📋 copy color: '#D125CF'

red 209 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #D125CF

Tints of Deep Magenta #D125CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 46.14%
G = 8.17%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D125CF (or 0xD125CF) is known color: Deep Magenta. HEX triplet: D1, 25 and CF. RGB value is (209,37,207). Sum of RGB (Red+Green+Blue) = 209+37+207=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D125CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125CF is #2EDA30. Grayscale: #6B6B6B. Windows color (decimal): -3070513 or 13575633. OLE color: 13575633.

HSL color Cylindrical-coordinate representation of color #D125CF: hue angle of 300.7º 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 #D125CF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 207 -
CMYK 0 0.82 0.01 0.18
HSL 300.7º 0.7% 0.48% -
HSV(B) 300.7º 0.82% 0.82% -
XYZ 38.22 19.38 60.76 -
YUV 107.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 209 37 207 0 0.82 0.01 0.18 300.7 0.7 0.48
Hex D1 25 CF 0 52 1 12 12D 46 30
Octal 321 45 317 0 122 1 22 455 106 60
Binary 11010001 100101 11001111 0 1010010 1 10010 100101101 1000110 110000

Color Harmonies of #D125CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125CF

Black with #D125CF

Text Example


Text Example

White with #D125CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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