Html Css Color HEX #D61C85 Medium Violet Red

📋 copy color: '#D61C85'

red 214 ◦ green 28 ◦ blue 133

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

Shades of Medium Violet Red #D61C85

Tints of Medium Violet Red #D61C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 57.07%
G = 7.47%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61C85 (or 0xD61C85) is known color: Medium Violet Red. HEX triplet: D6, 1C and 85. RGB value is (214,28,133). Sum of RGB (Red+Green+Blue) = 214+28+133=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C85 is #29E37A. Grayscale: #5F5F5F. Windows color (decimal): -2745211 or 8723670. OLE color: 8723670.

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

Color convert

RGB 214 28 133 -
CMYK 0 0.87 0.38 0.16
HSL 326.13º 0.77% 0.47% -
HSV(B) 326.13º 0.87% 0.84% -
XYZ 32.38 16.82 23.73 -
YUV 95.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 214 28 133 0 0.87 0.38 0.16 326.13 0.77 0.47
Hex D6 1C 85 0 57 26 10 146 4D 2F
Octal 326 34 205 0 127 46 20 506 115 57
Binary 11010110 11100 10000101 0 1010111 100110 10000 101000110 1001101 101111

Color Harmonies of #D61C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C85

Black with #D61C85

Text Example


Text Example

White with #D61C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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