Html Css Color HEX #D0157B Medium Violet Red

📋 copy color: '#D0157B'

red 208 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #D0157B

Tints of Medium Violet Red #D0157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 59.09%
G = 5.97%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0157B (or 0xD0157B) is known color: Medium Violet Red. HEX triplet: D0, 15 and 7B. RGB value is (208,21,123). Sum of RGB (Red+Green+Blue) = 208+21+123=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0157B is #2FEA84. Grayscale: #585858. Windows color (decimal): -3140229 or 8066512. OLE color: 8066512.

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

Color convert

RGB 208 21 123 -
CMYK 0 0.90 0.41 0.18
HSL 327.27º 0.82% 0.45% -
HSV(B) 327.27º 0.9% 0.82% -
XYZ 29.86 15.38 20.13 -
YUV 88.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 208 21 123 0 0.90 0.41 0.18 327.27 0.82 0.45
Hex D0 15 7B 0 5A 29 12 147 52 2D
Octal 320 25 173 0 132 51 22 507 122 55
Binary 11010000 10101 1111011 0 1011010 101001 10010 101000111 1010010 101101

Color Harmonies of #D0157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0157B

Black with #D0157B

Text Example


Text Example

White with #D0157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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