Html Css Color HEX #D61B8C Medium Violet Red

📋 copy color: '#D61B8C'

red 214 ◦ green 27 ◦ blue 140

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

Shades of Medium Violet Red #D61B8C

Tints of Medium Violet Red #D61B8C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 56.17%
G = 7.09%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D61B8C (or 0xD61B8C) is known color: Medium Violet Red. HEX triplet: D6, 1B and 8C. RGB value is (214,27,140). Sum of RGB (Red+Green+Blue) = 214+27+140=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B8C is #29E473. Grayscale: #5F5F5F. Windows color (decimal): -2745460 or 9182166. OLE color: 9182166.

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

Color convert

RGB 214 27 140 -
CMYK 0 0.87 0.35 0.16
HSL 323.74º 0.78% 0.47% -
HSV(B) 323.74º 0.87% 0.84% -
XYZ 32.86 16.97 26.36 -
YUV 95.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 214 27 140 0 0.87 0.35 0.16 323.74 0.78 0.47
Hex D6 1B 8C 0 57 23 10 144 4E 2F
Octal 326 33 214 0 127 43 20 504 116 57
Binary 11010110 11011 10001100 0 1010111 100011 10000 101000100 1001110 101111

Color Harmonies of #D61B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B8C

Black with #D61B8C

Text Example


Text Example

White with #D61B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B8C; }

 p { color: rgb(214,27,140); }

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

background-color css

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

 a { background-color: rgb(214,27,140); }

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

border-color css

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

 span { border-color: rgb(214,27,140); }

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