Html Css Color HEX #D61A75 Medium Violet Red

📋 copy color: '#D61A75'

red 214 ◦ green 26 ◦ blue 117

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

Shades of Medium Violet Red #D61A75

Tints of Medium Violet Red #D61A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 59.94%
G = 7.28%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61A75 (or 0xD61A75) is known color: Medium Violet Red. HEX triplet: D6, 1A and 75. RGB value is (214,26,117). Sum of RGB (Red+Green+Blue) = 214+26+117=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A75 is #29E58A. Grayscale: #5C5C5C. Windows color (decimal): -2745739 or 7674582. OLE color: 7674582.

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

Color convert

RGB 214 26 117 -
CMYK 0 0.88 0.45 0.16
HSL 330.96º 0.78% 0.47% -
HSV(B) 330.96º 0.88% 0.84% -
XYZ 31.31 16.32 18.33 -
YUV 92.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 214 26 117 0 0.88 0.45 0.16 330.96 0.78 0.47
Hex D6 1A 75 0 58 2D 10 14B 4E 2F
Octal 326 32 165 0 130 55 20 513 116 57
Binary 11010110 11010 1110101 0 1011000 101101 10000 101001011 1001110 101111

Color Harmonies of #D61A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A75

Black with #D61A75

Text Example


Text Example

White with #D61A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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