Html Css Color HEX #D70277 Medium Violet Red

📋 copy color: '#D70277'

red 215 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #D70277

Tints of Medium Violet Red #D70277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 63.99%
G = 0.6%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D70277 (or 0xD70277) is known color: Medium Violet Red. HEX triplet: D7, 02 and 77. RGB value is (215,2,119). Sum of RGB (Red+Green+Blue) = 215+2+119=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70277 is #28FD88. Grayscale: #4E4E4E. Windows color (decimal): -2686345 or 7799511. OLE color: 7799511.

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

Color convert

RGB 215 2 119 -
CMYK 0 0.99 0.45 0.16
HSL 327.04º 0.98% 0.43% -
HSV(B) 327.04º 0.99% 0.84% -
XYZ 31.38 15.82 18.85 -
YUV 79.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 215 2 119 0 0.99 0.45 0.16 327.04 0.98 0.43
Hex D7 2 77 0 63 2D 10 147 62 2B
Octal 327 2 167 0 143 55 20 507 142 53
Binary 11010111 10 1110111 0 1100011 101101 10000 101000111 1100010 101011

Color Harmonies of #D70277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70277

Black with #D70277

Text Example


Text Example

White with #D70277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70277; }

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

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

background-color css

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

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

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

border-color css

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

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

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