Html Css Color HEX #D123CC Deep Magenta

📋 copy color: '#D123CC'

red 209 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #D123CC

Tints of Deep Magenta #D123CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 46.65%
G = 7.81%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D123CC (or 0xD123CC) is known color: Deep Magenta. HEX triplet: D1, 23 and CC. RGB value is (209,35,204). Sum of RGB (Red+Green+Blue) = 209+35+204=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D123CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D123CC is #2EDC33. Grayscale: #696969. Windows color (decimal): -3071028 or 13378513. OLE color: 13378513.

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

Color convert

RGB 209 35 204 -
CMYK 0 0.83 0.02 0.18
HSL 301.72º 0.71% 0.48% -
HSV(B) 301.72º 0.83% 0.82% -
XYZ 37.79 19.12 58.82 -
YUV 106.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 209 35 204 0 0.83 0.02 0.18 301.72 0.71 0.48
Hex D1 23 CC 0 53 2 12 12E 47 30
Octal 321 43 314 0 123 2 22 456 107 60
Binary 11010001 100011 11001100 0 1010011 10 10010 100101110 1000111 110000

Color Harmonies of #D123CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D123CC

Black with #D123CC

Text Example


Text Example

White with #D123CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D123CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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