Html Css Color HEX #D61A8B Medium Violet Red

📋 copy color: '#D61A8B'

red 214 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #D61A8B

Tints of Medium Violet Red #D61A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 56.46%
G = 6.86%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D61A8B (or 0xD61A8B) is known color: Medium Violet Red. HEX triplet: D6, 1A and 8B. RGB value is (214,26,139). Sum of RGB (Red+Green+Blue) = 214+26+139=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A8B is #29E574. Grayscale: #5E5E5E. Windows color (decimal): -2745717 or 9116374. OLE color: 9116374.

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

Color convert

RGB 214 26 139 -
CMYK 0 0.88 0.35 0.16
HSL 323.94º 0.78% 0.47% -
HSV(B) 323.94º 0.88% 0.84% -
XYZ 32.76 16.9 25.96 -
YUV 95.09 152.78 212.81 -
System Red Green Blue C M Y K H S L
Decimal 214 26 139 0 0.88 0.35 0.16 323.94 0.78 0.47
Hex D6 1A 8B 0 58 23 10 144 4E 2F
Octal 326 32 213 0 130 43 20 504 116 57
Binary 11010110 11010 10001011 0 1011000 100011 10000 101000100 1001110 101111

Color Harmonies of #D61A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A8B

Black with #D61A8B

Text Example


Text Example

White with #D61A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A8B; }

 p { color: rgb(214,26,139); }

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

background-color css

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

 a { background-color: rgb(214,26,139); }

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

border-color css

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

 span { border-color: rgb(214,26,139); }

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