Html Css Color HEX #D0157D Medium Violet Red

📋 copy color: '#D0157D'

red 208 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #D0157D

Tints of Medium Violet Red #D0157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

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

R = 58.76%
G = 5.93%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0157D (or 0xD0157D) is known color: Medium Violet Red. HEX triplet: D0, 15 and 7D. RGB value is (208,21,125). Sum of RGB (Red+Green+Blue) = 208+21+125=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0157D is #2FEA82. Grayscale: #585858. Windows color (decimal): -3140227 or 8197584. OLE color: 8197584.

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

Color convert

RGB 208 21 125 -
CMYK 0 0.90 0.40 0.18
HSL 326.63º 0.82% 0.45% -
HSV(B) 326.63º 0.9% 0.82% -
XYZ 29.98 15.43 20.8 -
YUV 88.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 208 21 125 0 0.90 0.40 0.18 326.63 0.82 0.45
Hex D0 15 7D 0 5A 28 12 147 52 2D
Octal 320 25 175 0 132 50 22 507 122 55
Binary 11010000 10101 1111101 0 1011010 101000 10010 101000111 1010010 101101

Color Harmonies of #D0157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0157D

Black with #D0157D

Text Example


Text Example

White with #D0157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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