Html Css Color HEX #D70275 Medium Violet Red

📋 copy color: '#D70275'

red 215 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #D70275

Tints of Medium Violet Red #D70275

RGB

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

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

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

R = 64.37%
G = 0.6%
B = 35.03%

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

#D70275 (or 0xD70275) is known color: Medium Violet Red. HEX triplet: D7, 02 and 75. RGB value is (215,2,117). Sum of RGB (Red+Green+Blue) = 215+2+117=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70275 is #28FD8A. Grayscale: #4E4E4E. Windows color (decimal): -2686347 or 7668439. OLE color: 7668439.

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

Color convert

RGB 215 2 117 -
CMYK 0 0.99 0.46 0.16
HSL 327.61º 0.98% 0.43% -
HSV(B) 327.61º 0.99% 0.84% -
XYZ 31.26 15.77 18.23 -
YUV 78.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 215 2 117 0 0.99 0.46 0.16 327.61 0.98 0.43
Hex D7 2 75 0 63 2E 10 148 62 2B
Octal 327 2 165 0 143 56 20 510 142 53
Binary 11010111 10 1110101 0 1100011 101110 10000 101001000 1100010 101011

Color Harmonies of #D70275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70275

Black with #D70275

Text Example


Text Example

White with #D70275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70275; }

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

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

background-color css

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

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

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

border-color css

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

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

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