Html Css Color HEX #D02593 Medium Violet Red

📋 copy color: '#D02593'

red 208 ◦ green 37 ◦ blue 147

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

Shades of Medium Violet Red #D02593

Tints of Medium Violet Red #D02593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

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

R = 53.06%
G = 9.44%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02593 (or 0xD02593) is known color: Medium Violet Red. HEX triplet: D0, 25 and 93. RGB value is (208,37,147). Sum of RGB (Red+Green+Blue) = 208+37+147=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02593 is #2FDA6C. Grayscale: #646464. Windows color (decimal): -3136109 or 9643472. OLE color: 9643472.

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

Color convert

RGB 208 37 147 -
CMYK 0 0.82 0.29 0.18
HSL 321.4º 0.7% 0.48% -
HSV(B) 321.4º 0.82% 0.82% -
XYZ 31.94 16.84 29.17 -
YUV 100.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 208 37 147 0 0.82 0.29 0.18 321.4 0.7 0.48
Hex D0 25 93 0 52 1D 12 141 46 30
Octal 320 45 223 0 122 35 22 501 106 60
Binary 11010000 100101 10010011 0 1010010 11101 10010 101000001 1000110 110000

Color Harmonies of #D02593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02593

Black with #D02593

Text Example


Text Example

White with #D02593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02593; }

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

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

background-color css

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

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

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

border-color css

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

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

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