Html Css Color HEX #D61C75 Medium Violet Red

📋 copy color: '#D61C75'

red 214 ◦ green 28 ◦ blue 117

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

Shades of Medium Violet Red #D61C75

Tints of Medium Violet Red #D61C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

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

R = 59.61%
G = 7.8%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61C75 (or 0xD61C75) is known color: Medium Violet Red. HEX triplet: D6, 1C and 75. RGB value is (214,28,117). Sum of RGB (Red+Green+Blue) = 214+28+117=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C75 is #29E38A. Grayscale: #5D5D5D. Windows color (decimal): -2745227 or 7675094. OLE color: 7675094.

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

Color convert

RGB 214 28 117 -
CMYK 0 0.87 0.45 0.16
HSL 331.29º 0.77% 0.47% -
HSV(B) 331.29º 0.87% 0.84% -
XYZ 31.36 16.41 18.34 -
YUV 93.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 214 28 117 0 0.87 0.45 0.16 331.29 0.77 0.47
Hex D6 1C 75 0 57 2D 10 14B 4D 2F
Octal 326 34 165 0 127 55 20 513 115 57
Binary 11010110 11100 1110101 0 1010111 101101 10000 101001011 1001101 101111

Color Harmonies of #D61C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C75

Black with #D61C75

Text Example


Text Example

White with #D61C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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