Html Css Color HEX #DE0985 Medium Violet Red

📋 copy color: '#DE0985'

red 222 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #DE0985

Tints of Medium Violet Red #DE0985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 60.99%
G = 2.47%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE0985 (or 0xDE0985) is known color: Medium Violet Red. HEX triplet: DE, 09 and 85. RGB value is (222,9,133). Sum of RGB (Red+Green+Blue) = 222+9+133=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0985 is #21F67A. Grayscale: #565656. Windows color (decimal): -2225787 or 8718814. OLE color: 8718814.

HSL color Cylindrical-coordinate representation of color #DE0985: hue angle of 325.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0985 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 133 -
CMYK 0 0.96 0.40 0.13
HSL 325.07º 0.92% 0.45% -
HSV(B) 325.07º 0.96% 0.87% -
XYZ 34.46 17.42 23.74 -
YUV 86.82 154.07 224.42 -
System Red Green Blue C M Y K H S L
Decimal 222 9 133 0 0.96 0.40 0.13 325.07 0.92 0.45
Hex DE 9 85 0 60 28 D 145 5C 2D
Octal 336 11 205 0 140 50 15 505 134 55
Binary 11011110 1001 10000101 0 1100000 101000 1101 101000101 1011100 101101

Color Harmonies of #DE0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0985

Black with #DE0985

Text Example


Text Example

White with #DE0985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0985; }

 p { color: rgb(222,9,133); }

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

background-color css

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

 a { background-color: rgb(222,9,133); }

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

border-color css

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

 span { border-color: rgb(222,9,133); }

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