Html Css Color HEX #D02095 Medium Violet Red

📋 copy color: '#D02095'

red 208 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #D02095

Tints of Medium Violet Red #D02095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 53.47%
G = 8.23%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D02095 (or 0xD02095) is known color: Medium Violet Red. HEX triplet: D0, 20 and 95. RGB value is (208,32,149). Sum of RGB (Red+Green+Blue) = 208+32+149=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D02095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02095 is #2FDF6A. Grayscale: #616161. Windows color (decimal): -3137387 or 9773264. OLE color: 9773264.

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

Color convert

RGB 208 32 149 -
CMYK 0 0.85 0.28 0.18
HSL 320.11º 0.73% 0.47% -
HSV(B) 320.11º 0.85% 0.82% -
XYZ 31.95 16.61 29.96 -
YUV 97.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 208 32 149 0 0.85 0.28 0.18 320.11 0.73 0.47
Hex D0 20 95 0 55 1C 12 140 49 2F
Octal 320 40 225 0 125 34 22 500 111 57
Binary 11010000 100000 10010101 0 1010101 11100 10010 101000000 1001001 101111

Color Harmonies of #D02095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02095

Black with #D02095

Text Example


Text Example

White with #D02095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02095; }

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

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

background-color css

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

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

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

border-color css

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

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

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