Html Css Color HEX #D023C7 Deep Magenta

📋 copy color: '#D023C7'

red 208 ◦ green 35 ◦ blue 199

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

Shades of Deep Magenta #D023C7

Tints of Deep Magenta #D023C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 47.06%
G = 7.92%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D023C7 (or 0xD023C7) is known color: Deep Magenta. HEX triplet: D0, 23 and C7. RGB value is (208,35,199). Sum of RGB (Red+Green+Blue) = 208+35+199=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D023C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023C7 is #2FDC38. Grayscale: #686868. Windows color (decimal): -3136569 or 13050832. OLE color: 13050832.

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

Color convert

RGB 208 35 199 -
CMYK 0 0.83 0.04 0.18
HSL 303.12º 0.71% 0.48% -
HSV(B) 303.12º 0.83% 0.82% -
XYZ 36.92 18.74 55.7 -
YUV 105.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 208 35 199 0 0.83 0.04 0.18 303.12 0.71 0.48
Hex D0 23 C7 0 53 4 12 12F 47 30
Octal 320 43 307 0 123 4 22 457 107 60
Binary 11010000 100011 11000111 0 1010011 100 10010 100101111 1000111 110000

Color Harmonies of #D023C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023C7

Black with #D023C7

Text Example


Text Example

White with #D023C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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