Html Css Color HEX #D50274 Medium Violet Red

📋 copy color: '#D50274'

red 213 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #D50274

Tints of Medium Violet Red #D50274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 64.35%
G = 0.6%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50274 (or 0xD50274) is known color: Medium Violet Red. HEX triplet: D5, 02 and 74. RGB value is (213,2,116). Sum of RGB (Red+Green+Blue) = 213+2+116=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D50274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50274 is #2AFD8B. Grayscale: #4D4D4D. Windows color (decimal): -2817420 or 7602901. OLE color: 7602901.

HSL color Cylindrical-coordinate representation of color #D50274: hue angle of 327.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50274 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 116 -
CMYK 0 0.99 0.46 0.16
HSL 327.58º 0.98% 0.42% -
HSV(B) 327.58º 0.99% 0.84% -
XYZ 30.61 15.45 17.89 -
YUV 78.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 213 2 116 0 0.99 0.46 0.16 327.58 0.98 0.42
Hex D5 2 74 0 63 2E 10 148 62 2A
Octal 325 2 164 0 143 56 20 510 142 52
Binary 11010101 10 1110100 0 1100011 101110 10000 101001000 1100010 101010

Color Harmonies of #D50274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50274

Black with #D50274

Text Example


Text Example

White with #D50274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50274; }

 p { color: rgb(213,2,116); }

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

background-color css

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

 a { background-color: rgb(213,2,116); }

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

border-color css

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

 span { border-color: rgb(213,2,116); }

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