Html Css Color HEX #D9028A Medium Violet Red

📋 copy color: '#D9028A'

red 217 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #D9028A

Tints of Medium Violet Red #D9028A

RGB

 RED value IS 217 (85.16% from 255) = 60.78%

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

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

R = 60.78%
G = 0.56%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9028A (or 0xD9028A) is known color: Medium Violet Red. HEX triplet: D9, 02 and 8A. RGB value is (217,2,138). Sum of RGB (Red+Green+Blue) = 217+2+138=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9028A is #26FD75. Grayscale: #515151. Windows color (decimal): -2555254 or 9044697. OLE color: 9044697.

HSL color Cylindrical-coordinate representation of color #D9028A: hue angle of 322.05º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9028A is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 138 -
CMYK 0 0.99 0.36 0.15
HSL 322.05º 0.98% 0.43% -
HSV(B) 322.05º 0.99% 0.85% -
XYZ 33.22 16.63 25.5 -
YUV 81.79 159.73 224.44 -
System Red Green Blue C M Y K H S L
Decimal 217 2 138 0 0.99 0.36 0.15 322.05 0.98 0.43
Hex D9 2 8A 0 63 24 F 142 62 2B
Octal 331 2 212 0 143 44 17 502 142 53
Binary 11011001 10 10001010 0 1100011 100100 1111 101000010 1100010 101011

Color Harmonies of #D9028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9028A

Black with #D9028A

Text Example


Text Example

White with #D9028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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