Html Css Color HEX #D0028C Medium Violet Red

📋 copy color: '#D0028C'

red 208 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #D0028C

Tints of Medium Violet Red #D0028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 59.43%
G = 0.57%
B = 40%

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

#D0028C (or 0xD0028C) is known color: Medium Violet Red. HEX triplet: D0, 02 and 8C. RGB value is (208,2,140). Sum of RGB (Red+Green+Blue) = 208+2+140=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0028C is #2FFD73. Grayscale: #4E4E4E. Windows color (decimal): -3145076 or 9175760. OLE color: 9175760.

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

Color convert

RGB 208 2 140 -
CMYK 0 0.99 0.33 0.18
HSL 319.81º 0.98% 0.41% -
HSV(B) 319.81º 0.99% 0.82% -
XYZ 30.77 15.35 26.15 -
YUV 79.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 208 2 140 0 0.99 0.33 0.18 319.81 0.98 0.41
Hex D0 2 8C 0 63 21 12 140 62 29
Octal 320 2 214 0 143 41 22 500 142 51
Binary 11010000 10 10001100 0 1100011 100001 10010 101000000 1100010 101001

Color Harmonies of #D0028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0028C

Black with #D0028C

Text Example


Text Example

White with #D0028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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