Html Css Color HEX #D61E7B Medium Violet Red

📋 copy color: '#D61E7B'

red 214 ◦ green 30 ◦ blue 123

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

Shades of Medium Violet Red #D61E7B

Tints of Medium Violet Red #D61E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 58.31%
G = 8.17%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61E7B (or 0xD61E7B) is known color: Medium Violet Red. HEX triplet: D6, 1E and 7B. RGB value is (214,30,123). Sum of RGB (Red+Green+Blue) = 214+30+123=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E7B is #29E184. Grayscale: #5F5F5F. Windows color (decimal): -2744709 or 8068822. OLE color: 8068822.

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

Color convert

RGB 214 30 123 -
CMYK 0 0.86 0.43 0.16
HSL 329.67º 0.75% 0.48% -
HSV(B) 329.67º 0.86% 0.84% -
XYZ 31.77 16.65 20.28 -
YUV 95.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 214 30 123 0 0.86 0.43 0.16 329.67 0.75 0.48
Hex D6 1E 7B 0 56 2B 10 14A 4B 30
Octal 326 36 173 0 126 53 20 512 113 60
Binary 11010110 11110 1111011 0 1010110 101011 10000 101001010 1001011 110000

Color Harmonies of #D61E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E7B

Black with #D61E7B

Text Example


Text Example

White with #D61E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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