Html Css Color HEX #D61297 Medium Violet Red

📋 copy color: '#D61297'

red 214 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #D61297

Tints of Medium Violet Red #D61297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 55.87%
G = 4.7%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61297 (or 0xD61297) is known color: Medium Violet Red. HEX triplet: D6, 12 and 97. RGB value is (214,18,151). Sum of RGB (Red+Green+Blue) = 214+18+151=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D61297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61297 is #29ED68. Grayscale: #5B5B5B. Windows color (decimal): -2747753 or 9900758. OLE color: 9900758.

HSL color Cylindrical-coordinate representation of color #D61297: hue angle of 319.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61297 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 151 -
CMYK 0 0.92 0.29 0.16
HSL 319.29º 0.84% 0.45% -
HSV(B) 319.29º 0.92% 0.84% -
XYZ 33.53 16.96 30.78 -
YUV 91.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 214 18 151 0 0.92 0.29 0.16 319.29 0.84 0.45
Hex D6 12 97 0 5C 1D 10 13F 54 2D
Octal 326 22 227 0 134 35 20 477 124 55
Binary 11010110 10010 10010111 0 1011100 11101 10000 100111111 1010100 101101

Color Harmonies of #D61297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61297

Black with #D61297

Text Example


Text Example

White with #D61297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61297; }

 p { color: rgb(214,18,151); }

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

background-color css

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

 a { background-color: rgb(214,18,151); }

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

border-color css

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

 span { border-color: rgb(214,18,151); }

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