Html Css Color HEX #D61088 Medium Violet Red

📋 copy color: '#D61088'

red 214 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D61088

Tints of Medium Violet Red #D61088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 58.47%
G = 4.37%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61088 (or 0xD61088) is known color: Medium Violet Red. HEX triplet: D6, 10 and 88. RGB value is (214,16,136). Sum of RGB (Red+Green+Blue) = 214+16+136=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61088 is #29EF77. Grayscale: #585858. Windows color (decimal): -2748280 or 8917206. OLE color: 8917206.

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

Color convert

RGB 214 16 136 -
CMYK 0 0.93 0.36 0.16
HSL 323.64º 0.86% 0.45% -
HSV(B) 323.64º 0.93% 0.84% -
XYZ 32.36 16.44 24.76 -
YUV 88.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 214 16 136 0 0.93 0.36 0.16 323.64 0.86 0.45
Hex D6 10 88 0 5D 24 10 144 56 2D
Octal 326 20 210 0 135 44 20 504 126 55
Binary 11010110 10000 10001000 0 1011101 100100 10000 101000100 1010110 101101

Color Harmonies of #D61088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61088

Black with #D61088

Text Example


Text Example

White with #D61088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61088; }

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

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

background-color css

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

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

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

border-color css

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

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

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