Html Css Color HEX #D61880 Medium Violet Red

📋 copy color: '#D61880'

red 214 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #D61880

Tints of Medium Violet Red #D61880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 58.47%
G = 6.56%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D61880 (or 0xD61880) is known color: Medium Violet Red. HEX triplet: D6, 18 and 80. RGB value is (214,24,128). Sum of RGB (Red+Green+Blue) = 214+24+128=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61880 is #29E77F. Grayscale: #5C5C5C. Windows color (decimal): -2746240 or 8394966. OLE color: 8394966.

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

Color convert

RGB 214 24 128 -
CMYK 0 0.89 0.40 0.16
HSL 327.16º 0.8% 0.47% -
HSV(B) 327.16º 0.89% 0.84% -
XYZ 31.95 16.51 21.92 -
YUV 92.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 214 24 128 0 0.89 0.40 0.16 327.16 0.8 0.47
Hex D6 18 80 0 59 28 10 147 50 2F
Octal 326 30 200 0 131 50 20 507 120 57
Binary 11010110 11000 10000000 0 1011001 101000 10000 101000111 1010000 101111

Color Harmonies of #D61880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61880

Black with #D61880

Text Example


Text Example

White with #D61880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61880; }

 p { color: rgb(214,24,128); }

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

background-color css

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

 a { background-color: rgb(214,24,128); }

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

border-color css

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

 span { border-color: rgb(214,24,128); }

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