Html Css Color HEX #D023C0 Deep Magenta

📋 copy color: '#D023C0'

red 208 ◦ green 35 ◦ blue 192

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

Shades of Deep Magenta #D023C0

Tints of Deep Magenta #D023C0

RGB

 RED value IS 208 (81.64% from 255) = 47.82%

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 47.82%
G = 8.05%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D023C0 (or 0xD023C0) is known color: Deep Magenta. HEX triplet: D0, 23 and C0. RGB value is (208,35,192). Sum of RGB (Red+Green+Blue) = 208+35+192=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D023C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023C0 is #2FDC3F. Grayscale: #686868. Windows color (decimal): -3136576 or 12592080. OLE color: 12592080.

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

Color convert

RGB 208 35 192 -
CMYK 0 0.83 0.08 0.18
HSL 305.55º 0.71% 0.48% -
HSV(B) 305.55º 0.83% 0.82% -
XYZ 36.13 18.42 51.52 -
YUV 104.63 177.31 201.73 -
System Red Green Blue C M Y K H S L
Decimal 208 35 192 0 0.83 0.08 0.18 305.55 0.71 0.48
Hex D0 23 C0 0 53 8 12 132 47 30
Octal 320 43 300 0 123 10 22 462 107 60
Binary 11010000 100011 11000000 0 1010011 1000 10010 100110010 1000111 110000

Color Harmonies of #D023C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023C0

Black with #D023C0

Text Example


Text Example

White with #D023C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023C0; }

 p { color: rgb(208,35,192); }

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

background-color css

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

 a { background-color: rgb(208,35,192); }

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

border-color css

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

 span { border-color: rgb(208,35,192); }

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