Html Css Color HEX #DF028A Medium Violet Red

📋 copy color: '#DF028A'

red 223 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #DF028A

Tints of Medium Violet Red #DF028A

RGB

 RED value IS 223 (87.5% from 255) = 61.43%

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

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

R = 61.43%
G = 0.55%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF028A (or 0xDF028A) is known color: Medium Violet Red. HEX triplet: DF, 02 and 8A. RGB value is (223,2,138). Sum of RGB (Red+Green+Blue) = 223+2+138=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF028A is #20FD75. Grayscale: #535353. Windows color (decimal): -2162038 or 9044703. OLE color: 9044703.

HSL color Cylindrical-coordinate representation of color #DF028A: hue angle of 323.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF028A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 138 -
CMYK 0 0.99 0.38 0.13
HSL 323.08º 0.98% 0.44% -
HSV(B) 323.08º 0.99% 0.87% -
XYZ 35.04 17.57 25.59 -
YUV 83.58 158.72 227.44 -
System Red Green Blue C M Y K H S L
Decimal 223 2 138 0 0.99 0.38 0.13 323.08 0.98 0.44
Hex DF 2 8A 0 63 26 D 143 62 2C
Octal 337 2 212 0 143 46 15 503 142 54
Binary 11011111 10 10001010 0 1100011 100110 1101 101000011 1100010 101100

Color Harmonies of #DF028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF028A

Black with #DF028A

Text Example


Text Example

White with #DF028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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