Html Css Color HEX #D02190 Medium Violet Red

📋 copy color: '#D02190'

red 208 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #D02190

Tints of Medium Violet Red #D02190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 54.03%
G = 8.57%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D02190 (or 0xD02190) is known color: Medium Violet Red. HEX triplet: D0, 21 and 90. RGB value is (208,33,144). Sum of RGB (Red+Green+Blue) = 208+33+144=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D02190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02190 is #2FDE6F. Grayscale: #616161. Windows color (decimal): -3137136 or 9445840. OLE color: 9445840.

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

Color convert

RGB 208 33 144 -
CMYK 0 0.84 0.31 0.18
HSL 321.94º 0.73% 0.47% -
HSV(B) 321.94º 0.84% 0.82% -
XYZ 31.59 16.51 27.91 -
YUV 97.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 208 33 144 0 0.84 0.31 0.18 321.94 0.73 0.47
Hex D0 21 90 0 54 1F 12 142 49 2F
Octal 320 41 220 0 124 37 22 502 111 57
Binary 11010000 100001 10010000 0 1010100 11111 10010 101000010 1001001 101111

Color Harmonies of #D02190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02190

Black with #D02190

Text Example


Text Example

White with #D02190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02190; }

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

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

background-color css

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

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

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

border-color css

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

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

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