Html Css Color HEX #D61D99 Medium Violet Red

📋 copy color: '#D61D99'

red 214 ◦ green 29 ◦ blue 153

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

Shades of Medium Violet Red #D61D99

Tints of Medium Violet Red #D61D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 54.04%
G = 7.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61D99 (or 0xD61D99) is known color: Medium Violet Red. HEX triplet: D6, 1D and 99. RGB value is (214,29,153). Sum of RGB (Red+Green+Blue) = 214+29+153=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D99 is #29E266. Grayscale: #626262. Windows color (decimal): -2744935 or 10034646. OLE color: 10034646.

HSL color Cylindrical-coordinate representation of color #D61D99: hue angle of 319.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D99 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 153 -
CMYK 0 0.86 0.29 0.16
HSL 319.78º 0.76% 0.48% -
HSV(B) 319.78º 0.86% 0.84% -
XYZ 33.92 17.47 31.72 -
YUV 98.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 214 29 153 0 0.86 0.29 0.16 319.78 0.76 0.48
Hex D6 1D 99 0 56 1D 10 140 4C 30
Octal 326 35 231 0 126 35 20 500 114 60
Binary 11010110 11101 10011001 0 1010110 11101 10000 101000000 1001100 110000

Color Harmonies of #D61D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D99

Black with #D61D99

Text Example


Text Example

White with #D61D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D99; }

 p { color: rgb(214,29,153); }

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

background-color css

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

 a { background-color: rgb(214,29,153); }

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

border-color css

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

 span { border-color: rgb(214,29,153); }

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