Html Css Color HEX #D61084 Medium Violet Red

📋 copy color: '#D61084'

red 214 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #D61084

Tints of Medium Violet Red #D61084

RGB

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

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

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

R = 59.12%
G = 4.42%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61084 (or 0xD61084) is known color: Medium Violet Red. HEX triplet: D6, 10 and 84. RGB value is (214,16,132). Sum of RGB (Red+Green+Blue) = 214+16+132=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D61084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61084 is #29EF7B. Grayscale: #585858. Windows color (decimal): -2748284 or 8655062. OLE color: 8655062.

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

Color convert

RGB 214 16 132 -
CMYK 0 0.93 0.38 0.16
HSL 324.85º 0.86% 0.45% -
HSV(B) 324.85º 0.93% 0.84% -
XYZ 32.08 16.33 23.29 -
YUV 88.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 214 16 132 0 0.93 0.38 0.16 324.85 0.86 0.45
Hex D6 10 84 0 5D 26 10 145 56 2D
Octal 326 20 204 0 135 46 20 505 126 55
Binary 11010110 10000 10000100 0 1011101 100110 10000 101000101 1010110 101101

Color Harmonies of #D61084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61084

Black with #D61084

Text Example


Text Example

White with #D61084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61084; }

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

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

background-color css

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

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

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

border-color css

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

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

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