Html Css Color HEX #D0158A Medium Violet Red

📋 copy color: '#D0158A'

red 208 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #D0158A

Tints of Medium Violet Red #D0158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 56.68%
G = 5.72%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0158A (or 0xD0158A) is known color: Medium Violet Red. HEX triplet: D0, 15 and 8A. RGB value is (208,21,138). Sum of RGB (Red+Green+Blue) = 208+21+138=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0158A is #2FEA75. Grayscale: #595959. Windows color (decimal): -3140214 or 9049552. OLE color: 9049552.

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

Color convert

RGB 208 21 138 -
CMYK 0 0.90 0.34 0.18
HSL 322.46º 0.82% 0.45% -
HSV(B) 322.46º 0.9% 0.82% -
XYZ 30.87 15.78 25.46 -
YUV 90.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 208 21 138 0 0.90 0.34 0.18 322.46 0.82 0.45
Hex D0 15 8A 0 5A 22 12 142 52 2D
Octal 320 25 212 0 132 42 22 502 122 55
Binary 11010000 10101 10001010 0 1011010 100010 10010 101000010 1010010 101101

Color Harmonies of #D0158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0158A

Black with #D0158A

Text Example


Text Example

White with #D0158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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