Html Css Color HEX #D02195 Medium Violet Red

📋 copy color: '#D02195'

red 208 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #D02195

Tints of Medium Violet Red #D02195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.46%

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

R = 53.33%
G = 8.46%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D02195 (or 0xD02195) is known color: Medium Violet Red. HEX triplet: D0, 21 and 95. RGB value is (208,33,149). Sum of RGB (Red+Green+Blue) = 208+33+149=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D02195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02195 is #2FDE6A. Grayscale: #626262. Windows color (decimal): -3137131 or 9773520. OLE color: 9773520.

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

Color convert

RGB 208 33 149 -
CMYK 0 0.84 0.28 0.18
HSL 320.23º 0.73% 0.47% -
HSV(B) 320.23º 0.84% 0.82% -
XYZ 31.98 16.67 29.97 -
YUV 98.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 208 33 149 0 0.84 0.28 0.18 320.23 0.73 0.47
Hex D0 21 95 0 54 1C 12 140 49 2F
Octal 320 41 225 0 124 34 22 500 111 57
Binary 11010000 100001 10010101 0 1010100 11100 10010 101000000 1001001 101111

Color Harmonies of #D02195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02195

Black with #D02195

Text Example


Text Example

White with #D02195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02195; }

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

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

background-color css

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

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

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

border-color css

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

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

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