Html Css Color HEX #D61183 Medium Violet Red

📋 copy color: '#D61183'

red 214 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #D61183

Tints of Medium Violet Red #D61183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.7%

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

R = 59.12%
G = 4.7%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61183 (or 0xD61183) is known color: Medium Violet Red. HEX triplet: D6, 11 and 83. RGB value is (214,17,131). Sum of RGB (Red+Green+Blue) = 214+17+131=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D61183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61183 is #29EE7C. Grayscale: #585858. Windows color (decimal): -2748029 or 8589782. OLE color: 8589782.

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

Color convert

RGB 214 17 131 -
CMYK 0 0.92 0.39 0.16
HSL 325.28º 0.85% 0.45% -
HSV(B) 325.28º 0.92% 0.84% -
XYZ 32.03 16.34 22.94 -
YUV 88.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 214 17 131 0 0.92 0.39 0.16 325.28 0.85 0.45
Hex D6 11 83 0 5C 27 10 145 55 2D
Octal 326 21 203 0 134 47 20 505 125 55
Binary 11010110 10001 10000011 0 1011100 100111 10000 101000101 1010101 101101

Color Harmonies of #D61183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61183

Black with #D61183

Text Example


Text Example

White with #D61183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61183; }

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

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

background-color css

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

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

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

border-color css

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

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

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