Html Css Color HEX #D0137C Medium Violet Red

📋 copy color: '#D0137C'

red 208 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #D0137C

Tints of Medium Violet Red #D0137C

RGB

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

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

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

R = 59.26%
G = 5.41%
B = 35.33%

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

#D0137C (or 0xD0137C) is known color: Medium Violet Red. HEX triplet: D0, 13 and 7C. RGB value is (208,19,124). Sum of RGB (Red+Green+Blue) = 208+19+124=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0137C is #2FEC83. Grayscale: #575757. Windows color (decimal): -3140740 or 8131536. OLE color: 8131536.

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

Color convert

RGB 208 19 124 -
CMYK 0 0.91 0.40 0.18
HSL 326.67º 0.83% 0.45% -
HSV(B) 326.67º 0.91% 0.82% -
XYZ 29.88 15.33 20.45 -
YUV 87.48 148.62 213.96 -
System Red Green Blue C M Y K H S L
Decimal 208 19 124 0 0.91 0.40 0.18 326.67 0.83 0.45
Hex D0 13 7C 0 5B 28 12 147 53 2D
Octal 320 23 174 0 133 50 22 507 123 55
Binary 11010000 10011 1111100 0 1011011 101000 10010 101000111 1010011 101101

Color Harmonies of #D0137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0137C

Black with #D0137C

Text Example


Text Example

White with #D0137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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