Html Css Color HEX #D123CE Deep Magenta

📋 copy color: '#D123CE'

red 209 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #D123CE

Tints of Deep Magenta #D123CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 46.44%
G = 7.78%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D123CE (or 0xD123CE) is known color: Deep Magenta. HEX triplet: D1, 23 and CE. RGB value is (209,35,206). Sum of RGB (Red+Green+Blue) = 209+35+206=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D123CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123CE is #2EDC31. Grayscale: #6A6A6A. Windows color (decimal): -3071026 or 13509585. OLE color: 13509585.

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

Color convert

RGB 209 35 206 -
CMYK 0 0.83 0.01 0.18
HSL 301.03º 0.71% 0.48% -
HSV(B) 301.03º 0.83% 0.82% -
XYZ 38.04 19.21 60.1 -
YUV 106.52 184.15 201.1 -
System Red Green Blue C M Y K H S L
Decimal 209 35 206 0 0.83 0.01 0.18 301.03 0.71 0.48
Hex D1 23 CE 0 53 1 12 12D 47 30
Octal 321 43 316 0 123 1 22 455 107 60
Binary 11010001 100011 11001110 0 1010011 1 10010 100101101 1000111 110000

Color Harmonies of #D123CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123CE

Black with #D123CE

Text Example


Text Example

White with #D123CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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