Html Css Color HEX #D71CA4 Medium Violet Red

📋 copy color: '#D71CA4'

red 215 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #D71CA4

Tints of Medium Violet Red #D71CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 52.83%
G = 6.88%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D71CA4 (or 0xD71CA4) is known color: Medium Violet Red. HEX triplet: D7, 1C and A4. RGB value is (215,28,164). Sum of RGB (Red+Green+Blue) = 215+28+164=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CA4 is #28E35B. Grayscale: #636363. Windows color (decimal): -2679644 or 10755287. OLE color: 10755287.

HSL color Cylindrical-coordinate representation of color #D71CA4: hue angle of 316.36º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CA4 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 28 164 -
CMYK 0 0.87 0.24 0.16
HSL 316.36º 0.77% 0.48% -
HSV(B) 316.36º 0.87% 0.84% -
XYZ 35.14 17.96 36.74 -
YUV 99.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 215 28 164 0 0.87 0.24 0.16 316.36 0.77 0.48
Hex D7 1C A4 0 57 18 10 13C 4D 30
Octal 327 34 244 0 127 30 20 474 115 60
Binary 11010111 11100 10100100 0 1010111 11000 10000 100111100 1001101 110000

Color Harmonies of #D71CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CA4

Black with #D71CA4

Text Example


Text Example

White with #D71CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CA4; }

 p { color: rgb(215,28,164); }

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

background-color css

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

 a { background-color: rgb(215,28,164); }

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

border-color css

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

 span { border-color: rgb(215,28,164); }

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