Html Css Color HEX #D61384 Medium Violet Red

📋 copy color: '#D61384'

red 214 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #D61384

Tints of Medium Violet Red #D61384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 58.63%
G = 5.21%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61384 (or 0xD61384) is known color: Medium Violet Red. HEX triplet: D6, 13 and 84. RGB value is (214,19,132). Sum of RGB (Red+Green+Blue) = 214+19+132=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61384 is #29EC7B. Grayscale: #595959. Windows color (decimal): -2747516 or 8655830. OLE color: 8655830.

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

Color convert

RGB 214 19 132 -
CMYK 0 0.91 0.38 0.16
HSL 325.23º 0.84% 0.46% -
HSV(B) 325.23º 0.91% 0.84% -
XYZ 32.13 16.43 23.31 -
YUV 90.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 214 19 132 0 0.91 0.38 0.16 325.23 0.84 0.46
Hex D6 13 84 0 5B 26 10 145 54 2E
Octal 326 23 204 0 133 46 20 505 124 56
Binary 11010110 10011 10000100 0 1011011 100110 10000 101000101 1010100 101110

Color Harmonies of #D61384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61384

Black with #D61384

Text Example


Text Example

White with #D61384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61384; }

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

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

background-color css

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

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

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

border-color css

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

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

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