Html Css Color HEX #DE0B82 Medium Violet Red

📋 copy color: '#DE0B82'

red 222 ◦ green 11 ◦ blue 130

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

Shades of Medium Violet Red #DE0B82

Tints of Medium Violet Red #DE0B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 61.16%
G = 3.03%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE0B82 (or 0xDE0B82) is known color: Medium Violet Red. HEX triplet: DE, 0B and 82. RGB value is (222,11,130). Sum of RGB (Red+Green+Blue) = 222+11+130=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B82 is #21F47D. Grayscale: #575757. Windows color (decimal): -2225278 or 8522718. OLE color: 8522718.

HSL color Cylindrical-coordinate representation of color #DE0B82: hue angle of 326.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B82 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 130 -
CMYK 0 0.95 0.41 0.13
HSL 326.16º 0.91% 0.46% -
HSV(B) 326.16º 0.95% 0.87% -
XYZ 34.27 17.38 22.67 -
YUV 87.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 222 11 130 0 0.95 0.41 0.13 326.16 0.91 0.46
Hex DE B 82 0 5F 29 D 146 5B 2E
Octal 336 13 202 0 137 51 15 506 133 56
Binary 11011110 1011 10000010 0 1011111 101001 1101 101000110 1011011 101110

Color Harmonies of #DE0B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B82

Black with #DE0B82

Text Example


Text Example

White with #DE0B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B82; }

 p { color: rgb(222,11,130); }

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

background-color css

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

 a { background-color: rgb(222,11,130); }

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

border-color css

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

 span { border-color: rgb(222,11,130); }

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