Html Css Color HEX #D50675 Medium Violet Red

📋 copy color: '#D50675'

red 213 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #D50675

Tints of Medium Violet Red #D50675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 63.39%
G = 1.79%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D50675 (or 0xD50675) is known color: Medium Violet Red. HEX triplet: D5, 06 and 75. RGB value is (213,6,117). Sum of RGB (Red+Green+Blue) = 213+6+117=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50675 is #2AF98A. Grayscale: #505050. Windows color (decimal): -2816395 or 7669461. OLE color: 7669461.

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

Color convert

RGB 213 6 117 -
CMYK 0 0.97 0.45 0.16
HSL 327.83º 0.95% 0.43% -
HSV(B) 327.83º 0.97% 0.84% -
XYZ 30.72 15.56 18.21 -
YUV 80.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 213 6 117 0 0.97 0.45 0.16 327.83 0.95 0.43
Hex D5 6 75 0 61 2D 10 148 5F 2B
Octal 325 6 165 0 141 55 20 510 137 53
Binary 11010101 110 1110101 0 1100001 101101 10000 101001000 1011111 101011

Color Harmonies of #D50675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50675

Black with #D50675

Text Example


Text Example

White with #D50675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50675; }

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

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

background-color css

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

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

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

border-color css

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

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

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