Html Css Color HEX #D125CB Deep Magenta

📋 copy color: '#D125CB'

red 209 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #D125CB

Tints of Deep Magenta #D125CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 46.55%
G = 8.24%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D125CB (or 0xD125CB) is known color: Deep Magenta. HEX triplet: D1, 25 and CB. RGB value is (209,37,203). Sum of RGB (Red+Green+Blue) = 209+37+203=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D125CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125CB is #2EDA34. Grayscale: #6A6A6A. Windows color (decimal): -3070517 or 13313489. OLE color: 13313489.

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

Color convert

RGB 209 37 203 -
CMYK 0 0.82 0.03 0.18
HSL 302.09º 0.7% 0.48% -
HSV(B) 302.09º 0.82% 0.82% -
XYZ 37.74 19.19 58.22 -
YUV 107.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 209 37 203 0 0.82 0.03 0.18 302.09 0.7 0.48
Hex D1 25 CB 0 52 3 12 12E 46 30
Octal 321 45 313 0 122 3 22 456 106 60
Binary 11010001 100101 11001011 0 1010010 11 10010 100101110 1000110 110000

Color Harmonies of #D125CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125CB

Black with #D125CB

Text Example


Text Example

White with #D125CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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