Html Css Color HEX #D123C6 Deep Magenta

📋 copy color: '#D123C6'

red 209 ◦ green 35 ◦ blue 198

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

Shades of Deep Magenta #D123C6

Tints of Deep Magenta #D123C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 47.29%
G = 7.92%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D123C6 (or 0xD123C6) is known color: Deep Magenta. HEX triplet: D1, 23 and C6. RGB value is (209,35,198). Sum of RGB (Red+Green+Blue) = 209+35+198=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D123C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123C6 is #2EDC39. Grayscale: #696969. Windows color (decimal): -3071034 or 12985297. OLE color: 12985297.

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

Color convert

RGB 209 35 198 -
CMYK 0 0.83 0.05 0.18
HSL 303.79º 0.71% 0.48% -
HSV(B) 303.79º 0.83% 0.82% -
XYZ 37.09 18.83 55.11 -
YUV 105.61 180.15 201.75 -
System Red Green Blue C M Y K H S L
Decimal 209 35 198 0 0.83 0.05 0.18 303.79 0.71 0.48
Hex D1 23 C6 0 53 5 12 130 47 30
Octal 321 43 306 0 123 5 22 460 107 60
Binary 11010001 100011 11000110 0 1010011 101 10010 100110000 1000111 110000

Color Harmonies of #D123C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123C6

Black with #D123C6

Text Example


Text Example

White with #D123C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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