Html Css Color HEX #D61E75 Medium Violet Red

📋 copy color: '#D61E75'

red 214 ◦ green 30 ◦ blue 117

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

Shades of Medium Violet Red #D61E75

Tints of Medium Violet Red #D61E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 59.28%
G = 8.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61E75 (or 0xD61E75) is known color: Medium Violet Red. HEX triplet: D6, 1E and 75. RGB value is (214,30,117). Sum of RGB (Red+Green+Blue) = 214+30+117=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E75 is #29E18A. Grayscale: #5E5E5E. Windows color (decimal): -2744715 or 7675606. OLE color: 7675606.

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

Color convert

RGB 214 30 117 -
CMYK 0 0.86 0.45 0.16
HSL 331.63º 0.75% 0.48% -
HSV(B) 331.63º 0.86% 0.84% -
XYZ 31.41 16.51 18.36 -
YUV 94.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 214 30 117 0 0.86 0.45 0.16 331.63 0.75 0.48
Hex D6 1E 75 0 56 2D 10 14C 4B 30
Octal 326 36 165 0 126 55 20 514 113 60
Binary 11010110 11110 1110101 0 1010110 101101 10000 101001100 1001011 110000

Color Harmonies of #D61E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E75

Black with #D61E75

Text Example


Text Example

White with #D61E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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