Html Css Color HEX #D023AF Medium Violet Red

📋 copy color: '#D023AF'

red 208 ◦ green 35 ◦ blue 175

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

Shades of Medium Violet Red #D023AF

Tints of Medium Violet Red #D023AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 49.76%
G = 8.37%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D023AF (or 0xD023AF) is known color: Medium Violet Red. HEX triplet: D0, 23 and AF. RGB value is (208,35,175). Sum of RGB (Red+Green+Blue) = 208+35+175=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D023AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023AF is #2FDC50. Grayscale: #666666. Windows color (decimal): -3136593 or 11477968. OLE color: 11477968.

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

Color convert

RGB 208 35 175 -
CMYK 0 0.83 0.16 0.18
HSL 311.45º 0.71% 0.48% -
HSV(B) 311.45º 0.83% 0.82% -
XYZ 34.35 17.71 42.16 -
YUV 102.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 208 35 175 0 0.83 0.16 0.18 311.45 0.71 0.48
Hex D0 23 AF 0 53 10 12 137 47 30
Octal 320 43 257 0 123 20 22 467 107 60
Binary 11010000 100011 10101111 0 1010011 10000 10010 100110111 1000111 110000

Color Harmonies of #D023AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023AF

Black with #D023AF

Text Example


Text Example

White with #D023AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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