Html Css Color HEX #D61A7A Medium Violet Red

📋 copy color: '#D61A7A'

red 214 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #D61A7A

Tints of Medium Violet Red #D61A7A

RGB

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

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

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

R = 59.12%
G = 7.18%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61A7A (or 0xD61A7A) is known color: Medium Violet Red. HEX triplet: D6, 1A and 7A. RGB value is (214,26,122). Sum of RGB (Red+Green+Blue) = 214+26+122=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A7A is #29E585. Grayscale: #5C5C5C. Windows color (decimal): -2745734 or 8002262. OLE color: 8002262.

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

Color convert

RGB 214 26 122 -
CMYK 0 0.88 0.43 0.16
HSL 329.36º 0.78% 0.47% -
HSV(B) 329.36º 0.88% 0.84% -
XYZ 31.61 16.44 19.92 -
YUV 93.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 214 26 122 0 0.88 0.43 0.16 329.36 0.78 0.47
Hex D6 1A 7A 0 58 2B 10 149 4E 2F
Octal 326 32 172 0 130 53 20 511 116 57
Binary 11010110 11010 1111010 0 1011000 101011 10000 101001001 1001110 101111

Color Harmonies of #D61A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A7A

Black with #D61A7A

Text Example


Text Example

White with #D61A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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