Html Css Color HEX #DE027F Medium Violet Red

📋 copy color: '#DE027F'

red 222 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #DE027F

Tints of Medium Violet Red #DE027F

RGB

 RED value IS 222 (87.11% from 255) = 63.25%

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 63.25%
G = 0.57%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE027F (or 0xDE027F) is known color: Medium Violet Red. HEX triplet: DE, 02 and 7F. RGB value is (222,2,127). Sum of RGB (Red+Green+Blue) = 222+2+127=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE027F is #21FD80. Grayscale: #515151. Windows color (decimal): -2227585 or 8323806. OLE color: 8323806.

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

Color convert

RGB 222 2 127 -
CMYK 0 0.99 0.43 0.13
HSL 325.91º 0.98% 0.44% -
HSV(B) 325.91º 0.99% 0.87% -
XYZ 33.98 17.11 21.59 -
YUV 82.03 153.39 227.84 -
System Red Green Blue C M Y K H S L
Decimal 222 2 127 0 0.99 0.43 0.13 325.91 0.98 0.44
Hex DE 2 7F 0 63 2B D 146 62 2C
Octal 336 2 177 0 143 53 15 506 142 54
Binary 11011110 10 1111111 0 1100011 101011 1101 101000110 1100010 101100

Color Harmonies of #DE027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE027F

Black with #DE027F

Text Example


Text Example

White with #DE027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE027F; }

 p { color: rgb(222,2,127); }

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

background-color css

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

 a { background-color: rgb(222,2,127); }

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

border-color css

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

 span { border-color: rgb(222,2,127); }

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