Html Css Color HEX #DE0180 Medium Violet Red

📋 copy color: '#DE0180'

red 222 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #DE0180

Tints of Medium Violet Red #DE0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 63.25%
G = 0.28%
B = 36.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE0180 (or 0xDE0180) is known color: Medium Violet Red. HEX triplet: DE, 01 and 80. RGB value is (222,1,128). Sum of RGB (Red+Green+Blue) = 222+1+128=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0180 is #21FE7F. Grayscale: #515151. Windows color (decimal): -2227840 or 8389086. OLE color: 8389086.

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

Color convert

RGB 222 1 128 -
CMYK 0 1.00 0.42 0.13
HSL 325.52º 0.99% 0.44% -
HSV(B) 325.52º 1% 0.87% -
XYZ 34.03 17.11 21.93 -
YUV 81.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 222 1 128 0 1.00 0.42 0.13 325.52 0.99 0.44
Hex DE 1 80 0 64 2A D 146 63 2C
Octal 336 1 200 0 144 52 15 506 143 54
Binary 11011110 1 10000000 0 1100100 101010 1101 101000110 1100011 101100

Color Harmonies of #DE0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0180

Black with #DE0180

Text Example


Text Example

White with #DE0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0180; }

 p { color: rgb(222,1,128); }

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

background-color css

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

 a { background-color: rgb(222,1,128); }

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

border-color css

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

 span { border-color: rgb(222,1,128); }

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