Html Css Color HEX #D6127B Medium Violet Red

📋 copy color: '#D6127B'

red 214 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #D6127B

Tints of Medium Violet Red #D6127B

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

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

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

R = 60.28%
G = 5.07%
B = 34.65%

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

#D6127B (or 0xD6127B) is known color: Medium Violet Red. HEX triplet: D6, 12 and 7B. RGB value is (214,18,123). Sum of RGB (Red+Green+Blue) = 214+18+123=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6127B is #29ED84. Grayscale: #585858. Windows color (decimal): -2747781 or 8065750. OLE color: 8065750.

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

Color convert

RGB 214 18 123 -
CMYK 0 0.92 0.43 0.16
HSL 327.86º 0.84% 0.45% -
HSV(B) 327.86º 0.92% 0.84% -
XYZ 31.52 16.16 20.2 -
YUV 88.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 214 18 123 0 0.92 0.43 0.16 327.86 0.84 0.45
Hex D6 12 7B 0 5C 2B 10 148 54 2D
Octal 326 22 173 0 134 53 20 510 124 55
Binary 11010110 10010 1111011 0 1011100 101011 10000 101001000 1010100 101101

Color Harmonies of #D6127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6127B

Black with #D6127B

Text Example


Text Example

White with #D6127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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