Html Css Color HEX #D61A8A Medium Violet Red

📋 copy color: '#D61A8A'

red 214 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #D61A8A

Tints of Medium Violet Red #D61A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 56.61%
G = 6.88%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61A8A (or 0xD61A8A) is known color: Medium Violet Red. HEX triplet: D6, 1A and 8A. RGB value is (214,26,138). Sum of RGB (Red+Green+Blue) = 214+26+138=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A8A is #29E575. Grayscale: #5E5E5E. Windows color (decimal): -2745718 or 9050838. OLE color: 9050838.

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

Color convert

RGB 214 26 138 -
CMYK 0 0.88 0.36 0.16
HSL 324.26º 0.78% 0.47% -
HSV(B) 324.26º 0.88% 0.84% -
XYZ 32.69 16.87 25.58 -
YUV 94.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 214 26 138 0 0.88 0.36 0.16 324.26 0.78 0.47
Hex D6 1A 8A 0 58 24 10 144 4E 2F
Octal 326 32 212 0 130 44 20 504 116 57
Binary 11010110 11010 10001010 0 1011000 100100 10000 101000100 1001110 101111

Color Harmonies of #D61A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A8A

Black with #D61A8A

Text Example


Text Example

White with #D61A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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