Html Css Color HEX #D0197C Medium Violet Red

📋 copy color: '#D0197C'

red 208 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D0197C

Tints of Medium Violet Red #D0197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 58.26%
G = 7%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0197C (or 0xD0197C) is known color: Medium Violet Red. HEX triplet: D0, 19 and 7C. RGB value is (208,25,124). Sum of RGB (Red+Green+Blue) = 208+25+124=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0197C is #2FE683. Grayscale: #5A5A5A. Windows color (decimal): -3139204 or 8133072. OLE color: 8133072.

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

Color convert

RGB 208 25 124 -
CMYK 0 0.88 0.40 0.18
HSL 327.54º 0.79% 0.46% -
HSV(B) 327.54º 0.88% 0.82% -
XYZ 30 15.56 20.49 -
YUV 91 146.63 211.45 -
System Red Green Blue C M Y K H S L
Decimal 208 25 124 0 0.88 0.40 0.18 327.54 0.79 0.46
Hex D0 19 7C 0 58 28 12 148 4F 2E
Octal 320 31 174 0 130 50 22 510 117 56
Binary 11010000 11001 1111100 0 1011000 101000 10010 101001000 1001111 101110

Color Harmonies of #D0197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0197C

Black with #D0197C

Text Example


Text Example

White with #D0197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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