Html Css Color HEX #D70475 Medium Violet Red

📋 copy color: '#D70475'

red 215 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #D70475

Tints of Medium Violet Red #D70475

RGB

 RED value IS 215 (84.38% from 255) = 63.99%

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 63.99%
G = 1.19%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D70475 (or 0xD70475) is known color: Medium Violet Red. HEX triplet: D7, 04 and 75. RGB value is (215,4,117). Sum of RGB (Red+Green+Blue) = 215+4+117=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70475 is #28FB8A. Grayscale: #4F4F4F. Windows color (decimal): -2685835 or 7668951. OLE color: 7668951.

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

Color convert

RGB 215 4 117 -
CMYK 0 0.98 0.46 0.16
HSL 327.87º 0.96% 0.43% -
HSV(B) 327.87º 0.98% 0.84% -
XYZ 31.28 15.82 18.23 -
YUV 79.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 215 4 117 0 0.98 0.46 0.16 327.87 0.96 0.43
Hex D7 4 75 0 62 2E 10 148 60 2B
Octal 327 4 165 0 142 56 20 510 140 53
Binary 11010111 100 1110101 0 1100010 101110 10000 101001000 1100000 101011

Color Harmonies of #D70475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70475

Black with #D70475

Text Example


Text Example

White with #D70475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70475; }

 p { color: rgb(215,4,117); }

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

background-color css

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

 a { background-color: rgb(215,4,117); }

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

border-color css

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

 span { border-color: rgb(215,4,117); }

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