Html Css Color HEX #D61083 Medium Violet Red

📋 copy color: '#D61083'

red 214 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #D61083

Tints of Medium Violet Red #D61083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 59.28%
G = 4.43%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61083 (or 0xD61083) is known color: Medium Violet Red. HEX triplet: D6, 10 and 83. RGB value is (214,16,131). Sum of RGB (Red+Green+Blue) = 214+16+131=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D61083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61083 is #29EF7C. Grayscale: #585858. Windows color (decimal): -2748285 or 8589526. OLE color: 8589526.

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

Color convert

RGB 214 16 131 -
CMYK 0 0.93 0.39 0.16
HSL 325.15º 0.86% 0.45% -
HSV(B) 325.15º 0.93% 0.84% -
XYZ 32.01 16.31 22.93 -
YUV 88.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 214 16 131 0 0.93 0.39 0.16 325.15 0.86 0.45
Hex D6 10 83 0 5D 27 10 145 56 2D
Octal 326 20 203 0 135 47 20 505 126 55
Binary 11010110 10000 10000011 0 1011101 100111 10000 101000101 1010110 101101

Color Harmonies of #D61083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61083

Black with #D61083

Text Example


Text Example

White with #D61083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61083; }

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

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

background-color css

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

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

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

border-color css

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

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

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