Html Css Color HEX #D123DF Deep Magenta

📋 copy color: '#D123DF'

red 209 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #D123DF

Tints of Deep Magenta #D123DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.49%

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

R = 44.75%
G = 7.49%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D123DF (or 0xD123DF) is known color: Deep Magenta. HEX triplet: D1, 23 and DF. RGB value is (209,35,223). Sum of RGB (Red+Green+Blue) = 209+35+223=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D123DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123DF is #2EDC20. Grayscale: #6B6B6B. Windows color (decimal): -3071009 or 14623697. OLE color: 14623697.

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

Color convert

RGB 209 35 223 -
CMYK 0.06 0.84 0 0.13
HSL 295.53º 0.75% 0.51% -
HSV(B) 295.53º 0.84% 0.87% -
XYZ 40.21 20.09 71.57 -
YUV 108.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 209 35 223 0.06 0.84 0 0.13 295.53 0.75 0.51
Hex D1 23 DF 6 54 0 D 128 4B 33
Octal 321 43 337 6 124 0 15 450 113 63
Binary 11010001 100011 11011111 110 1010100 0 1101 100101000 1001011 110011

Color Harmonies of #D123DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123DF

Black with #D123DF

Text Example


Text Example

White with #D123DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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