Html Css Color HEX #DF027A Medium Violet Red

📋 copy color: '#DF027A'

red 223 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #DF027A

Tints of Medium Violet Red #DF027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 64.27%
G = 0.58%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF027A (or 0xDF027A) is known color: Medium Violet Red. HEX triplet: DF, 02 and 7A. RGB value is (223,2,122). Sum of RGB (Red+Green+Blue) = 223+2+122=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF027A is #20FD85. Grayscale: #515151. Windows color (decimal): -2162054 or 7996127. OLE color: 7996127.

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

Color convert

RGB 223 2 122 -
CMYK 0 0.99 0.45 0.13
HSL 327.42º 0.98% 0.44% -
HSV(B) 327.42º 0.99% 0.87% -
XYZ 33.97 17.14 19.93 -
YUV 81.76 150.72 228.74 -
System Red Green Blue C M Y K H S L
Decimal 223 2 122 0 0.99 0.45 0.13 327.42 0.98 0.44
Hex DF 2 7A 0 63 2D D 147 62 2C
Octal 337 2 172 0 143 55 15 507 142 54
Binary 11011111 10 1111010 0 1100011 101101 1101 101000111 1100010 101100

Color Harmonies of #DF027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF027A

Black with #DF027A

Text Example


Text Example

White with #DF027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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