Html Css Color HEX #D61D98 Medium Violet Red

📋 copy color: '#D61D98'

red 214 ◦ green 29 ◦ blue 152

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

Shades of Medium Violet Red #D61D98

Tints of Medium Violet Red #D61D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 54.18%
G = 7.34%
B = 38.48%

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

#D61D98 (or 0xD61D98) is known color: Medium Violet Red. HEX triplet: D6, 1D and 98. RGB value is (214,29,152). Sum of RGB (Red+Green+Blue) = 214+29+152=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D98 is #29E267. Grayscale: #626262. Windows color (decimal): -2744936 or 9969110. OLE color: 9969110.

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

Color convert

RGB 214 29 152 -
CMYK 0 0.86 0.29 0.16
HSL 320.11º 0.76% 0.48% -
HSV(B) 320.11º 0.86% 0.84% -
XYZ 33.84 17.44 31.29 -
YUV 98.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 214 29 152 0 0.86 0.29 0.16 320.11 0.76 0.48
Hex D6 1D 98 0 56 1D 10 140 4C 30
Octal 326 35 230 0 126 35 20 500 114 60
Binary 11010110 11101 10011000 0 1010110 11101 10000 101000000 1001100 110000

Color Harmonies of #D61D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D98

Black with #D61D98

Text Example


Text Example

White with #D61D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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