Html Css Color HEX #D51275 Medium Violet Red

📋 copy color: '#D51275'

red 213 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #D51275

Tints of Medium Violet Red #D51275

RGB

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

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

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

R = 61.21%
G = 5.17%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51275 (or 0xD51275) is known color: Medium Violet Red. HEX triplet: D5, 12 and 75. RGB value is (213,18,117). Sum of RGB (Red+Green+Blue) = 213+18+117=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D51275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51275 is #2AED8A. Grayscale: #575757. Windows color (decimal): -2813323 or 7672533. OLE color: 7672533.

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

Color convert

RGB 213 18 117 -
CMYK 0 0.92 0.45 0.16
HSL 329.54º 0.84% 0.45% -
HSV(B) 329.54º 0.92% 0.84% -
XYZ 30.87 15.86 18.26 -
YUV 87.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 213 18 117 0 0.92 0.45 0.16 329.54 0.84 0.45
Hex D5 12 75 0 5C 2D 10 14A 54 2D
Octal 325 22 165 0 134 55 20 512 124 55
Binary 11010101 10010 1110101 0 1011100 101101 10000 101001010 1010100 101101

Color Harmonies of #D51275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51275

Black with #D51275

Text Example


Text Example

White with #D51275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51275; }

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

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

background-color css

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

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

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

border-color css

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

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

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