Html Css Color HEX #D71A98 Medium Violet Red

📋 copy color: '#D71A98'

red 215 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #D71A98

Tints of Medium Violet Red #D71A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.62%

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 54.71%
G = 6.62%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D71A98 (or 0xD71A98) is known color: Medium Violet Red. HEX triplet: D7, 1A and 98. RGB value is (215,26,152). Sum of RGB (Red+Green+Blue) = 215+26+152=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71A98 is #28E567. Grayscale: #606060. Windows color (decimal): -2680168 or 9968343. OLE color: 9968343.

HSL color Cylindrical-coordinate representation of color #D71A98: hue angle of 320º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A98 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 152 -
CMYK 0 0.88 0.29 0.16
HSL 320º 0.78% 0.47% -
HSV(B) 320º 0.88% 0.84% -
XYZ 34.06 17.45 31.28 -
YUV 96.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 215 26 152 0 0.88 0.29 0.16 320 0.78 0.47
Hex D7 1A 98 0 58 1D 10 140 4E 2F
Octal 327 32 230 0 130 35 20 500 116 57
Binary 11010111 11010 10011000 0 1011000 11101 10000 101000000 1001110 101111

Color Harmonies of #D71A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A98

Black with #D71A98

Text Example


Text Example

White with #D71A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A98; }

 p { color: rgb(215,26,152); }

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

background-color css

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

 a { background-color: rgb(215,26,152); }

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

border-color css

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

 span { border-color: rgb(215,26,152); }

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