Html Css Color HEX #D7127B Medium Violet Red

📋 copy color: '#D7127B'

red 215 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D7127B

Tints of Medium Violet Red #D7127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 60.39%
G = 5.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7127B (or 0xD7127B) is known color: Medium Violet Red. HEX triplet: D7, 12 and 7B. RGB value is (215,18,123). Sum of RGB (Red+Green+Blue) = 215+18+123=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7127B is #28ED84. Grayscale: #585858. Windows color (decimal): -2682245 or 8065751. OLE color: 8065751.

HSL color Cylindrical-coordinate representation of color #D7127B: hue angle of 328.02º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7127B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 123 -
CMYK 0 0.92 0.43 0.16
HSL 328.02º 0.85% 0.46% -
HSV(B) 328.02º 0.92% 0.84% -
XYZ 31.82 16.31 20.21 -
YUV 88.87 147.27 217.96 -
System Red Green Blue C M Y K H S L
Decimal 215 18 123 0 0.92 0.43 0.16 328.02 0.85 0.46
Hex D7 12 7B 0 5C 2B 10 148 55 2E
Octal 327 22 173 0 134 53 20 510 125 56
Binary 11010111 10010 1111011 0 1011100 101011 10000 101001000 1010101 101110

Color Harmonies of #D7127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7127B

Black with #D7127B

Text Example


Text Example

White with #D7127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7127B; }

 p { color: rgb(215,18,123); }

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

background-color css

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

 a { background-color: rgb(215,18,123); }

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

border-color css

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

 span { border-color: rgb(215,18,123); }

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