Html Css Color HEX #D0197D Medium Violet Red

📋 copy color: '#D0197D'

red 208 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #D0197D

Tints of Medium Violet Red #D0197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 58.1%
G = 6.98%
B = 34.92%

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

#D0197D (or 0xD0197D) is known color: Medium Violet Red. HEX triplet: D0, 19 and 7D. RGB value is (208,25,125). Sum of RGB (Red+Green+Blue) = 208+25+125=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0197D is #2FE682. Grayscale: #5A5A5A. Windows color (decimal): -3139203 or 8198608. OLE color: 8198608.

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

Color convert

RGB 208 25 125 -
CMYK 0 0.88 0.40 0.18
HSL 327.21º 0.79% 0.46% -
HSV(B) 327.21º 0.88% 0.82% -
XYZ 30.06 15.59 20.83 -
YUV 91.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 208 25 125 0 0.88 0.40 0.18 327.21 0.79 0.46
Hex D0 19 7D 0 58 28 12 147 4F 2E
Octal 320 31 175 0 130 50 22 507 117 56
Binary 11010000 11001 1111101 0 1011000 101000 10010 101000111 1001111 101110

Color Harmonies of #D0197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0197D

Black with #D0197D

Text Example


Text Example

White with #D0197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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