Html Css Color HEX #D023C3 Deep Magenta

📋 copy color: '#D023C3'

red 208 ◦ green 35 ◦ blue 195

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

Shades of Deep Magenta #D023C3

Tints of Deep Magenta #D023C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 47.49%
G = 7.99%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D023C3 (or 0xD023C3) is known color: Deep Magenta. HEX triplet: D0, 23 and C3. RGB value is (208,35,195). Sum of RGB (Red+Green+Blue) = 208+35+195=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D023C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023C3 is #2FDC3C. Grayscale: #686868. Windows color (decimal): -3136573 or 12788688. OLE color: 12788688.

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

Color convert

RGB 208 35 195 -
CMYK 0 0.83 0.06 0.18
HSL 304.51º 0.71% 0.48% -
HSV(B) 304.51º 0.83% 0.82% -
XYZ 36.46 18.55 53.29 -
YUV 104.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 208 35 195 0 0.83 0.06 0.18 304.51 0.71 0.48
Hex D0 23 C3 0 53 6 12 131 47 30
Octal 320 43 303 0 123 6 22 461 107 60
Binary 11010000 100011 11000011 0 1010011 110 10010 100110001 1000111 110000

Color Harmonies of #D023C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023C3

Black with #D023C3

Text Example


Text Example

White with #D023C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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