Html Css Color HEX #D6187B Medium Violet Red

📋 copy color: '#D6187B'

red 214 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #D6187B

Tints of Medium Violet Red #D6187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 59.28%
G = 6.65%
B = 34.07%

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

#D6187B (or 0xD6187B) is known color: Medium Violet Red. HEX triplet: D6, 18 and 7B. RGB value is (214,24,123). Sum of RGB (Red+Green+Blue) = 214+24+123=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6187B is #29E784. Grayscale: #5B5B5B. Windows color (decimal): -2746245 or 8067286. OLE color: 8067286.

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

Color convert

RGB 214 24 123 -
CMYK 0 0.89 0.43 0.16
HSL 328.74º 0.8% 0.47% -
HSV(B) 328.74º 0.89% 0.84% -
XYZ 31.63 16.38 20.23 -
YUV 92.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 214 24 123 0 0.89 0.43 0.16 328.74 0.8 0.47
Hex D6 18 7B 0 59 2B 10 149 50 2F
Octal 326 30 173 0 131 53 20 511 120 57
Binary 11010110 11000 1111011 0 1011001 101011 10000 101001001 1010000 101111

Color Harmonies of #D6187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6187B

Black with #D6187B

Text Example


Text Example

White with #D6187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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