Html Css Color HEX #D61383 Medium Violet Red

📋 copy color: '#D61383'

red 214 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #D61383

Tints of Medium Violet Red #D61383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 58.79%
G = 5.22%
B = 35.99%

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

#D61383 (or 0xD61383) is known color: Medium Violet Red. HEX triplet: D6, 13 and 83. RGB value is (214,19,131). Sum of RGB (Red+Green+Blue) = 214+19+131=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61383 is #29EC7C. Grayscale: #595959. Windows color (decimal): -2747517 or 8590294. OLE color: 8590294.

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

Color convert

RGB 214 19 131 -
CMYK 0 0.91 0.39 0.16
HSL 325.54º 0.84% 0.46% -
HSV(B) 325.54º 0.91% 0.84% -
XYZ 32.06 16.4 22.95 -
YUV 90.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 214 19 131 0 0.91 0.39 0.16 325.54 0.84 0.46
Hex D6 13 83 0 5B 27 10 146 54 2E
Octal 326 23 203 0 133 47 20 506 124 56
Binary 11010110 10011 10000011 0 1011011 100111 10000 101000110 1010100 101110

Color Harmonies of #D61383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61383

Black with #D61383

Text Example


Text Example

White with #D61383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61383; }

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

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

background-color css

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

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

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

border-color css

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

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

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