Html Css Color HEX #D61581 Medium Violet Red

📋 copy color: '#D61581'

red 214 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #D61581

Tints of Medium Violet Red #D61581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 58.79%
G = 5.77%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D61581 (or 0xD61581) is known color: Medium Violet Red. HEX triplet: D6, 15 and 81. RGB value is (214,21,129). Sum of RGB (Red+Green+Blue) = 214+21+129=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61581 is #29EA7E. Grayscale: #5A5A5A. Windows color (decimal): -2747007 or 8459734. OLE color: 8459734.

HSL color Cylindrical-coordinate representation of color #D61581: hue angle of 326.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61581 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 129 -
CMYK 0 0.90 0.40 0.16
HSL 326.42º 0.82% 0.46% -
HSV(B) 326.42º 0.9% 0.84% -
XYZ 31.96 16.42 22.25 -
YUV 91.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 214 21 129 0 0.90 0.40 0.16 326.42 0.82 0.46
Hex D6 15 81 0 5A 28 10 146 52 2E
Octal 326 25 201 0 132 50 20 506 122 56
Binary 11010110 10101 10000001 0 1011010 101000 10000 101000110 1010010 101110

Color Harmonies of #D61581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61581

Black with #D61581

Text Example


Text Example

White with #D61581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61581; }

 p { color: rgb(214,21,129); }

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

background-color css

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

 a { background-color: rgb(214,21,129); }

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

border-color css

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

 span { border-color: rgb(214,21,129); }

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