Html Css Color HEX #D023AC Medium Violet Red

📋 copy color: '#D023AC'

red 208 ◦ green 35 ◦ blue 172

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

Shades of Medium Violet Red #D023AC

Tints of Medium Violet Red #D023AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 50.12%
G = 8.43%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D023AC (or 0xD023AC) is known color: Medium Violet Red. HEX triplet: D0, 23 and AC. RGB value is (208,35,172). Sum of RGB (Red+Green+Blue) = 208+35+172=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D023AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023AC is #2FDC53. Grayscale: #656565. Windows color (decimal): -3136596 or 11281360. OLE color: 11281360.

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

Color convert

RGB 208 35 172 -
CMYK 0 0.83 0.17 0.18
HSL 312.49º 0.71% 0.48% -
HSV(B) 312.49º 0.83% 0.82% -
XYZ 34.06 17.59 40.63 -
YUV 102.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 208 35 172 0 0.83 0.17 0.18 312.49 0.71 0.48
Hex D0 23 AC 0 53 11 12 138 47 30
Octal 320 43 254 0 123 21 22 470 107 60
Binary 11010000 100011 10101100 0 1010011 10001 10010 100111000 1000111 110000

Color Harmonies of #D023AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023AC

Black with #D023AC

Text Example


Text Example

White with #D023AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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