Html Css Color HEX #D61D75 Medium Violet Red

📋 copy color: '#D61D75'

red 214 ◦ green 29 ◦ blue 117

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

Shades of Medium Violet Red #D61D75

Tints of Medium Violet Red #D61D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

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

R = 59.44%
G = 8.06%
B = 32.5%

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

#D61D75 (or 0xD61D75) is known color: Medium Violet Red. HEX triplet: D6, 1D and 75. RGB value is (214,29,117). Sum of RGB (Red+Green+Blue) = 214+29+117=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D75 is #29E28A. Grayscale: #5E5E5E. Windows color (decimal): -2744971 or 7675350. OLE color: 7675350.

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

Color convert

RGB 214 29 117 -
CMYK 0 0.86 0.45 0.16
HSL 331.46º 0.76% 0.48% -
HSV(B) 331.46º 0.86% 0.84% -
XYZ 31.38 16.46 18.35 -
YUV 94.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 214 29 117 0 0.86 0.45 0.16 331.46 0.76 0.48
Hex D6 1D 75 0 56 2D 10 14B 4C 30
Octal 326 35 165 0 126 55 20 513 114 60
Binary 11010110 11101 1110101 0 1010110 101101 10000 101001011 1001100 110000

Color Harmonies of #D61D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D75

Black with #D61D75

Text Example


Text Example

White with #D61D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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