Html Css Color HEX #D0137D Medium Violet Red

📋 copy color: '#D0137D'

red 208 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #D0137D

Tints of Medium Violet Red #D0137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

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

R = 59.09%
G = 5.4%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0137D (or 0xD0137D) is known color: Medium Violet Red. HEX triplet: D0, 13 and 7D. RGB value is (208,19,125). Sum of RGB (Red+Green+Blue) = 208+19+125=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0137D is #2FEC82. Grayscale: #575757. Windows color (decimal): -3140739 or 8197072. OLE color: 8197072.

HSL color Cylindrical-coordinate representation of color #D0137D: hue angle of 326.35º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0137D is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 125 -
CMYK 0 0.91 0.40 0.18
HSL 326.35º 0.83% 0.45% -
HSV(B) 326.35º 0.91% 0.82% -
XYZ 29.95 15.36 20.79 -
YUV 87.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 208 19 125 0 0.91 0.40 0.18 326.35 0.83 0.45
Hex D0 13 7D 0 5B 28 12 146 53 2D
Octal 320 23 175 0 133 50 22 506 123 55
Binary 11010000 10011 1111101 0 1011011 101000 10010 101000110 1010011 101101

Color Harmonies of #D0137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0137D

Black with #D0137D

Text Example


Text Example

White with #D0137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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