Html Css Color HEX #D0158B Medium Violet Red

📋 copy color: '#D0158B'

red 208 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #D0158B

Tints of Medium Violet Red #D0158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 56.52%
G = 5.71%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0158B (or 0xD0158B) is known color: Medium Violet Red. HEX triplet: D0, 15 and 8B. RGB value is (208,21,139). Sum of RGB (Red+Green+Blue) = 208+21+139=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0158B is #2FEA74. Grayscale: #5A5A5A. Windows color (decimal): -3140213 or 9115088. OLE color: 9115088.

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

Color convert

RGB 208 21 139 -
CMYK 0 0.90 0.33 0.18
HSL 322.14º 0.82% 0.45% -
HSV(B) 322.14º 0.9% 0.82% -
XYZ 30.94 15.81 25.85 -
YUV 90.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 208 21 139 0 0.90 0.33 0.18 322.14 0.82 0.45
Hex D0 15 8B 0 5A 21 12 142 52 2D
Octal 320 25 213 0 132 41 22 502 122 55
Binary 11010000 10101 10001011 0 1011010 100001 10010 101000010 1010010 101101

Color Harmonies of #D0158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0158B

Black with #D0158B

Text Example


Text Example

White with #D0158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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