Html Css Color HEX #D023C4 Deep Magenta

📋 copy color: '#D023C4'

red 208 ◦ green 35 ◦ blue 196

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

Shades of Deep Magenta #D023C4

Tints of Deep Magenta #D023C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.65%

R = 47.38%
G = 7.97%
B = 44.65%

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

#D023C4 (or 0xD023C4) is known color: Deep Magenta. HEX triplet: D0, 23 and C4. RGB value is (208,35,196). Sum of RGB (Red+Green+Blue) = 208+35+196=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D023C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023C4 is #2FDC3B. Grayscale: #686868. Windows color (decimal): -3136572 or 12854224. OLE color: 12854224.

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

Color convert

RGB 208 35 196 -
CMYK 0 0.83 0.06 0.18
HSL 304.16º 0.71% 0.48% -
HSV(B) 304.16º 0.83% 0.82% -
XYZ 36.58 18.6 53.89 -
YUV 105.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 208 35 196 0 0.83 0.06 0.18 304.16 0.71 0.48
Hex D0 23 C4 0 53 6 12 130 47 30
Octal 320 43 304 0 123 6 22 460 107 60
Binary 11010000 100011 11000100 0 1010011 110 10010 100110000 1000111 110000

Color Harmonies of #D023C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023C4

Black with #D023C4

Text Example


Text Example

White with #D023C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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