Html Css Color HEX #D5017A Medium Violet Red

📋 copy color: '#D5017A'

red 213 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #D5017A

Tints of Medium Violet Red #D5017A

RGB

 RED value IS 213 (83.59% from 255) = 63.39%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 63.39%
G = 0.3%
B = 36.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5017A (or 0xD5017A) is known color: Medium Violet Red. HEX triplet: D5, 01 and 7A. RGB value is (213,1,122). Sum of RGB (Red+Green+Blue) = 213+1+122=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5017A is #2AFE85. Grayscale: #4D4D4D. Windows color (decimal): -2817670 or 7995861. OLE color: 7995861.

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

Color convert

RGB 213 1 122 -
CMYK 0 1.00 0.43 0.16
HSL 325.75º 0.99% 0.42% -
HSV(B) 325.75º 1% 0.84% -
XYZ 30.96 15.57 19.79 -
YUV 78.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 213 1 122 0 1.00 0.43 0.16 325.75 0.99 0.42
Hex D5 1 7A 0 64 2B 10 146 63 2A
Octal 325 1 172 0 144 53 20 506 143 52
Binary 11010101 1 1111010 0 1100100 101011 10000 101000110 1100011 101010

Color Harmonies of #D5017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5017A

Black with #D5017A

Text Example


Text Example

White with #D5017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5017A; }

 p { color: rgb(213,1,122); }

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

background-color css

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

 a { background-color: rgb(213,1,122); }

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

border-color css

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

 span { border-color: rgb(213,1,122); }

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