Html Css Color HEX #D7097F Medium Violet Red

📋 copy color: '#D7097F'

red 215 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #D7097F

Tints of Medium Violet Red #D7097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 61.25%
G = 2.56%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7097F (or 0xD7097F) is known color: Medium Violet Red. HEX triplet: D7, 09 and 7F. RGB value is (215,9,127). Sum of RGB (Red+Green+Blue) = 215+9+127=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D7097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7097F is #28F680. Grayscale: #535353. Windows color (decimal): -2684545 or 8325591. OLE color: 8325591.

HSL color Cylindrical-coordinate representation of color #D7097F: hue angle of 325.63º degrees, saturation: 0.92, 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 #D7097F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 127 -
CMYK 0 0.96 0.41 0.16
HSL 325.63º 0.92% 0.44% -
HSV(B) 325.63º 0.96% 0.84% -
XYZ 31.95 16.17 21.52 -
YUV 84.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 215 9 127 0 0.96 0.41 0.16 325.63 0.92 0.44
Hex D7 9 7F 0 60 29 10 146 5C 2C
Octal 327 11 177 0 140 51 20 506 134 54
Binary 11010111 1001 1111111 0 1100000 101001 10000 101000110 1011100 101100

Color Harmonies of #D7097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7097F

Black with #D7097F

Text Example


Text Example

White with #D7097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7097F; }

 p { color: rgb(215,9,127); }

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

background-color css

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

 a { background-color: rgb(215,9,127); }

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

border-color css

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

 span { border-color: rgb(215,9,127); }

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