Html Css Color HEX #D61382 Medium Violet Red

📋 copy color: '#D61382'

red 214 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #D61382

Tints of Medium Violet Red #D61382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 58.95%
G = 5.23%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61382 (or 0xD61382) is known color: Medium Violet Red. HEX triplet: D6, 13 and 82. RGB value is (214,19,130). Sum of RGB (Red+Green+Blue) = 214+19+130=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61382 is #29EC7D. Grayscale: #595959. Windows color (decimal): -2747518 or 8524758. OLE color: 8524758.

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

Color convert

RGB 214 19 130 -
CMYK 0 0.91 0.39 0.16
HSL 325.85º 0.84% 0.46% -
HSV(B) 325.85º 0.91% 0.84% -
XYZ 31.99 16.37 22.59 -
YUV 89.96 150.6 216.47 -
System Red Green Blue C M Y K H S L
Decimal 214 19 130 0 0.91 0.39 0.16 325.85 0.84 0.46
Hex D6 13 82 0 5B 27 10 146 54 2E
Octal 326 23 202 0 133 47 20 506 124 56
Binary 11010110 10011 10000010 0 1011011 100111 10000 101000110 1010100 101110

Color Harmonies of #D61382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61382

Black with #D61382

Text Example


Text Example

White with #D61382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61382; }

 p { color: rgb(214,19,130); }

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

background-color css

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

 a { background-color: rgb(214,19,130); }

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

border-color css

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

 span { border-color: rgb(214,19,130); }

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