Html Css Color HEX #D9028B Medium Violet Red

📋 copy color: '#D9028B'

red 217 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #D9028B

Tints of Medium Violet Red #D9028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 60.61%
G = 0.56%
B = 38.83%

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

#D9028B (or 0xD9028B) is known color: Medium Violet Red. HEX triplet: D9, 02 and 8B. RGB value is (217,2,139). Sum of RGB (Red+Green+Blue) = 217+2+139=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9028B is #26FD74. Grayscale: #515151. Windows color (decimal): -2555253 or 9110233. OLE color: 9110233.

HSL color Cylindrical-coordinate representation of color #D9028B: hue angle of 321.77º 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 #D9028B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 139 -
CMYK 0 0.99 0.36 0.15
HSL 321.77º 0.98% 0.43% -
HSV(B) 321.77º 0.99% 0.85% -
XYZ 33.3 16.66 25.89 -
YUV 81.9 160.23 224.36 -
System Red Green Blue C M Y K H S L
Decimal 217 2 139 0 0.99 0.36 0.15 321.77 0.98 0.43
Hex D9 2 8B 0 63 24 F 142 62 2B
Octal 331 2 213 0 143 44 17 502 142 53
Binary 11011001 10 10001011 0 1100011 100100 1111 101000010 1100010 101011

Color Harmonies of #D9028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9028B

Black with #D9028B

Text Example


Text Example

White with #D9028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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