Html Css Color HEX #D51294 Medium Violet Red

📋 copy color: '#D51294'

red 213 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #D51294

Tints of Medium Violet Red #D51294

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

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

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 56.2%
G = 4.75%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51294 (or 0xD51294) is known color: Medium Violet Red. HEX triplet: D5, 12 and 94. RGB value is (213,18,148). Sum of RGB (Red+Green+Blue) = 213+18+148=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D51294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51294 is #2AED6B. Grayscale: #5A5A5A. Windows color (decimal): -2813292 or 9704149. OLE color: 9704149.

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

Color convert

RGB 213 18 148 -
CMYK 0 0.92 0.31 0.16
HSL 320º 0.84% 0.45% -
HSV(B) 320º 0.92% 0.84% -
XYZ 33 16.72 29.5 -
YUV 91.13 160.1 214.93 -
System Red Green Blue C M Y K H S L
Decimal 213 18 148 0 0.92 0.31 0.16 320 0.84 0.45
Hex D5 12 94 0 5C 1F 10 140 54 2D
Octal 325 22 224 0 134 37 20 500 124 55
Binary 11010101 10010 10010100 0 1011100 11111 10000 101000000 1010100 101101

Color Harmonies of #D51294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51294

Black with #D51294

Text Example


Text Example

White with #D51294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51294; }

 p { color: rgb(213,18,148); }

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

background-color css

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

 a { background-color: rgb(213,18,148); }

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

border-color css

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

 span { border-color: rgb(213,18,148); }

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