Html Css Color HEX #D02093 Medium Violet Red

📋 copy color: '#D02093'

red 208 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #D02093

Tints of Medium Violet Red #D02093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.27%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 53.75%
G = 8.27%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02093 (or 0xD02093) is known color: Medium Violet Red. HEX triplet: D0, 20 and 93. RGB value is (208,32,147). Sum of RGB (Red+Green+Blue) = 208+32+147=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D02093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02093 is #2FDF6C. Grayscale: #616161. Windows color (decimal): -3137389 or 9642192. OLE color: 9642192.

HSL color Cylindrical-coordinate representation of color #D02093: hue angle of 320.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02093 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 147 -
CMYK 0 0.85 0.29 0.18
HSL 320.8º 0.73% 0.47% -
HSV(B) 320.8º 0.85% 0.82% -
XYZ 31.8 16.55 29.12 -
YUV 97.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 208 32 147 0 0.85 0.29 0.18 320.8 0.73 0.47
Hex D0 20 93 0 55 1D 12 141 49 2F
Octal 320 40 223 0 125 35 22 501 111 57
Binary 11010000 100000 10010011 0 1010101 11101 10010 101000001 1001001 101111

Color Harmonies of #D02093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02093

Black with #D02093

Text Example


Text Example

White with #D02093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02093; }

 p { color: rgb(208,32,147); }

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

background-color css

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

 a { background-color: rgb(208,32,147); }

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

border-color css

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

 span { border-color: rgb(208,32,147); }

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