Html Css Color HEX #D5028A Medium Violet Red

📋 copy color: '#D5028A'

red 213 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #D5028A

Tints of Medium Violet Red #D5028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 60.34%
G = 0.57%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5028A (or 0xD5028A) is known color: Medium Violet Red. HEX triplet: D5, 02 and 8A. RGB value is (213,2,138). Sum of RGB (Red+Green+Blue) = 213+2+138=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5028A is #2AFD75. Grayscale: #505050. Windows color (decimal): -2817398 or 9044693. OLE color: 9044693.

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

Color convert

RGB 213 2 138 -
CMYK 0 0.99 0.35 0.16
HSL 321.33º 0.98% 0.42% -
HSV(B) 321.33º 0.99% 0.84% -
XYZ 32.05 16.02 25.45 -
YUV 80.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 213 2 138 0 0.99 0.35 0.16 321.33 0.98 0.42
Hex D5 2 8A 0 63 23 10 141 62 2A
Octal 325 2 212 0 143 43 20 501 142 52
Binary 11010101 10 10001010 0 1100011 100011 10000 101000001 1100010 101010

Color Harmonies of #D5028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5028A

Black with #D5028A

Text Example


Text Example

White with #D5028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5028A; }

 p { color: rgb(213,2,138); }

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

background-color css

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

 a { background-color: rgb(213,2,138); }

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

border-color css

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

 span { border-color: rgb(213,2,138); }

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