Html Css Color HEX #D0159A Medium Violet Red

📋 copy color: '#D0159A'

red 208 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #D0159A

Tints of Medium Violet Red #D0159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 54.31%
G = 5.48%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0159A (or 0xD0159A) is known color: Medium Violet Red. HEX triplet: D0, 15 and 9A. RGB value is (208,21,154). Sum of RGB (Red+Green+Blue) = 208+21+154=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0159A is #2FEA65. Grayscale: #5B5B5B. Windows color (decimal): -3140198 or 10098128. OLE color: 10098128.

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

Color convert

RGB 208 21 154 -
CMYK 0 0.90 0.26 0.18
HSL 317.33º 0.82% 0.45% -
HSV(B) 317.33º 0.9% 0.82% -
XYZ 32.11 16.28 32.02 -
YUV 92.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 208 21 154 0 0.90 0.26 0.18 317.33 0.82 0.45
Hex D0 15 9A 0 5A 1A 12 13D 52 2D
Octal 320 25 232 0 132 32 22 475 122 55
Binary 11010000 10101 10011010 0 1011010 11010 10010 100111101 1010010 101101

Color Harmonies of #D0159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0159A

Black with #D0159A

Text Example


Text Example

White with #D0159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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