Html Css Color HEX #D6187A Medium Violet Red

📋 copy color: '#D6187A'

red 214 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #D6187A

Tints of Medium Violet Red #D6187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 59.44%
G = 6.67%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6187A (or 0xD6187A) is known color: Medium Violet Red. HEX triplet: D6, 18 and 7A. RGB value is (214,24,122). Sum of RGB (Red+Green+Blue) = 214+24+122=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6187A is #29E785. Grayscale: #5B5B5B. Windows color (decimal): -2746246 or 8001750. OLE color: 8001750.

HSL color Cylindrical-coordinate representation of color #D6187A: hue angle of 329.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6187A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 122 -
CMYK 0 0.89 0.43 0.16
HSL 329.05º 0.8% 0.47% -
HSV(B) 329.05º 0.89% 0.84% -
XYZ 31.57 16.35 19.91 -
YUV 91.98 144.95 215.03 -
System Red Green Blue C M Y K H S L
Decimal 214 24 122 0 0.89 0.43 0.16 329.05 0.8 0.47
Hex D6 18 7A 0 59 2B 10 149 50 2F
Octal 326 30 172 0 131 53 20 511 120 57
Binary 11010110 11000 1111010 0 1011001 101011 10000 101001001 1010000 101111

Color Harmonies of #D6187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6187A

Black with #D6187A

Text Example


Text Example

White with #D6187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6187A; }

 p { color: rgb(214,24,122); }

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

background-color css

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

 a { background-color: rgb(214,24,122); }

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

border-color css

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

 span { border-color: rgb(214,24,122); }

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