Html Css Color HEX #D61A7D Medium Violet Red

📋 copy color: '#D61A7D'

red 214 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #D61A7D

Tints of Medium Violet Red #D61A7D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 58.63%
G = 7.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D61A7D (or 0xD61A7D) is known color: Medium Violet Red. HEX triplet: D6, 1A and 7D. RGB value is (214,26,125). Sum of RGB (Red+Green+Blue) = 214+26+125=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A7D is #29E582. Grayscale: #5D5D5D. Windows color (decimal): -2745731 or 8198870. OLE color: 8198870.

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

Color convert

RGB 214 26 125 -
CMYK 0 0.88 0.42 0.16
HSL 328.4º 0.78% 0.47% -
HSV(B) 328.4º 0.88% 0.84% -
XYZ 31.8 16.52 20.91 -
YUV 93.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 214 26 125 0 0.88 0.42 0.16 328.4 0.78 0.47
Hex D6 1A 7D 0 58 2A 10 148 4E 2F
Octal 326 32 175 0 130 52 20 510 116 57
Binary 11010110 11010 1111101 0 1011000 101010 10000 101001000 1001110 101111

Color Harmonies of #D61A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A7D

Black with #D61A7D

Text Example


Text Example

White with #D61A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A7D; }

 p { color: rgb(214,26,125); }

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

background-color css

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

 a { background-color: rgb(214,26,125); }

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

border-color css

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

 span { border-color: rgb(214,26,125); }

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