Html Css Color HEX #D7087D Medium Violet Red

📋 copy color: '#D7087D'

red 215 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #D7087D

Tints of Medium Violet Red #D7087D

RGB

 RED value IS 215 (84.38% from 255) = 61.78%

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

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

R = 61.78%
G = 2.3%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7087D (or 0xD7087D) is known color: Medium Violet Red. HEX triplet: D7, 08 and 7D. RGB value is (215,8,125). Sum of RGB (Red+Green+Blue) = 215+8+125=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7087D is #28F782. Grayscale: #525252. Windows color (decimal): -2684803 or 8194263. OLE color: 8194263.

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

Color convert

RGB 215 8 125 -
CMYK 0 0.96 0.42 0.16
HSL 326.09º 0.93% 0.44% -
HSV(B) 326.09º 0.96% 0.84% -
XYZ 31.81 16.1 20.83 -
YUV 83.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 215 8 125 0 0.96 0.42 0.16 326.09 0.93 0.44
Hex D7 8 7D 0 60 2A 10 146 5D 2C
Octal 327 10 175 0 140 52 20 506 135 54
Binary 11010111 1000 1111101 0 1100000 101010 10000 101000110 1011101 101100

Color Harmonies of #D7087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7087D

Black with #D7087D

Text Example


Text Example

White with #D7087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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