Html Css Color HEX #D0197A Medium Violet Red

📋 copy color: '#D0197A'

red 208 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #D0197A

Tints of Medium Violet Red #D0197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 58.59%
G = 7.04%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0197A (or 0xD0197A) is known color: Medium Violet Red. HEX triplet: D0, 19 and 7A. RGB value is (208,25,122). Sum of RGB (Red+Green+Blue) = 208+25+122=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0197A is #2FE685. Grayscale: #5A5A5A. Windows color (decimal): -3139206 or 8002000. OLE color: 8002000.

HSL color Cylindrical-coordinate representation of color #D0197A: hue angle of 328.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0197A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 122 -
CMYK 0 0.88 0.41 0.18
HSL 328.2º 0.79% 0.46% -
HSV(B) 328.2º 0.88% 0.82% -
XYZ 29.87 15.51 19.83 -
YUV 90.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 208 25 122 0 0.88 0.41 0.18 328.2 0.79 0.46
Hex D0 19 7A 0 58 29 12 148 4F 2E
Octal 320 31 172 0 130 51 22 510 117 56
Binary 11010000 11001 1111010 0 1011000 101001 10010 101001000 1001111 101110

Color Harmonies of #D0197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0197A

Black with #D0197A

Text Example


Text Example

White with #D0197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0197A; }

 p { color: rgb(208,25,122); }

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

background-color css

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

 a { background-color: rgb(208,25,122); }

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

border-color css

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

 span { border-color: rgb(208,25,122); }

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