Html Css Color HEX #DE0987 Medium Violet Red

📋 copy color: '#DE0987'

red 222 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #DE0987

Tints of Medium Violet Red #DE0987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 60.66%
G = 2.46%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE0987 (or 0xDE0987) is known color: Medium Violet Red. HEX triplet: DE, 09 and 87. RGB value is (222,9,135). Sum of RGB (Red+Green+Blue) = 222+9+135=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0987 is #21F678. Grayscale: #565656. Windows color (decimal): -2225785 or 8849886. OLE color: 8849886.

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

Color convert

RGB 222 9 135 -
CMYK 0 0.96 0.39 0.13
HSL 324.51º 0.92% 0.45% -
HSV(B) 324.51º 0.96% 0.87% -
XYZ 34.6 17.47 24.47 -
YUV 87.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 222 9 135 0 0.96 0.39 0.13 324.51 0.92 0.45
Hex DE 9 87 0 60 27 D 145 5C 2D
Octal 336 11 207 0 140 47 15 505 134 55
Binary 11011110 1001 10000111 0 1100000 100111 1101 101000101 1011100 101101

Color Harmonies of #DE0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0987

Black with #DE0987

Text Example


Text Example

White with #DE0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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