Html Css Color HEX #D0028B Medium Violet Red

📋 copy color: '#D0028B'

red 208 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #D0028B

Tints of Medium Violet Red #D0028B

RGB

 RED value IS 208 (81.64% from 255) = 59.6%

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

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

R = 59.6%
G = 0.57%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0028B (or 0xD0028B) is known color: Medium Violet Red. HEX triplet: D0, 02 and 8B. RGB value is (208,2,139). Sum of RGB (Red+Green+Blue) = 208+2+139=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0028B is #2FFD74. Grayscale: #4E4E4E. Windows color (decimal): -3145077 or 9110224. OLE color: 9110224.

HSL color Cylindrical-coordinate representation of color #D0028B: hue angle of 320.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0028B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 139 -
CMYK 0 0.99 0.33 0.18
HSL 320.1º 0.98% 0.41% -
HSV(B) 320.1º 0.99% 0.82% -
XYZ 30.69 15.32 25.76 -
YUV 79.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 208 2 139 0 0.99 0.33 0.18 320.1 0.98 0.41
Hex D0 2 8B 0 63 21 12 140 62 29
Octal 320 2 213 0 143 41 22 500 142 51
Binary 11010000 10 10001011 0 1100011 100001 10010 101000000 1100010 101001

Color Harmonies of #D0028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0028B

Black with #D0028B

Text Example


Text Example

White with #D0028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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