Html Css Color HEX #D0087D Medium Violet Red

📋 copy color: '#D0087D'

red 208 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #D0087D

Tints of Medium Violet Red #D0087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 61%
G = 2.35%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0087D (or 0xD0087D) is known color: Medium Violet Red. HEX triplet: D0, 08 and 7D. RGB value is (208,8,125). Sum of RGB (Red+Green+Blue) = 208+8+125=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0087D is #2FF782. Grayscale: #505050. Windows color (decimal): -3143555 or 8194256. OLE color: 8194256.

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

Color convert

RGB 208 8 125 -
CMYK 0 0.96 0.40 0.18
HSL 324.9º 0.93% 0.42% -
HSV(B) 324.9º 0.96% 0.82% -
XYZ 29.8 15.06 20.74 -
YUV 81.14 152.76 218.49 -
System Red Green Blue C M Y K H S L
Decimal 208 8 125 0 0.96 0.40 0.18 324.9 0.93 0.42
Hex D0 8 7D 0 60 28 12 145 5D 2A
Octal 320 10 175 0 140 50 22 505 135 52
Binary 11010000 1000 1111101 0 1100000 101000 10010 101000101 1011101 101010

Color Harmonies of #D0087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0087D

Black with #D0087D

Text Example


Text Example

White with #D0087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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