Html Css Color HEX #D61E7E Medium Violet Red

📋 copy color: '#D61E7E'

red 214 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #D61E7E

Tints of Medium Violet Red #D61E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 57.84%
G = 8.11%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D61E7E (or 0xD61E7E) is known color: Medium Violet Red. HEX triplet: D6, 1E and 7E. RGB value is (214,30,126). Sum of RGB (Red+Green+Blue) = 214+30+126=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E7E is #29E181. Grayscale: #5F5F5F. Windows color (decimal): -2744706 or 8265430. OLE color: 8265430.

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

Color convert

RGB 214 30 126 -
CMYK 0 0.86 0.41 0.16
HSL 328.7º 0.75% 0.48% -
HSV(B) 328.7º 0.86% 0.84% -
XYZ 31.96 16.73 21.28 -
YUV 95.96 144.96 212.19 -
System Red Green Blue C M Y K H S L
Decimal 214 30 126 0 0.86 0.41 0.16 328.7 0.75 0.48
Hex D6 1E 7E 0 56 29 10 149 4B 30
Octal 326 36 176 0 126 51 20 511 113 60
Binary 11010110 11110 1111110 0 1010110 101001 10000 101001001 1001011 110000

Color Harmonies of #D61E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E7E

Black with #D61E7E

Text Example


Text Example

White with #D61E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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