Html Css Color HEX #DE087D Medium Violet Red

📋 copy color: '#DE087D'

red 222 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #DE087D

Tints of Medium Violet Red #DE087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 62.54%
G = 2.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE087D (or 0xDE087D) is known color: Medium Violet Red. HEX triplet: DE, 08 and 7D. RGB value is (222,8,125). Sum of RGB (Red+Green+Blue) = 222+8+125=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE087D is #21F782. Grayscale: #555555. Windows color (decimal): -2226051 or 8194270. OLE color: 8194270.

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

Color convert

RGB 222 8 125 -
CMYK 0 0.96 0.44 0.13
HSL 327.2º 0.93% 0.45% -
HSV(B) 327.2º 0.96% 0.87% -
XYZ 33.91 17.18 20.93 -
YUV 85.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 222 8 125 0 0.96 0.44 0.13 327.2 0.93 0.45
Hex DE 8 7D 0 60 2C D 147 5D 2D
Octal 336 10 175 0 140 54 15 507 135 55
Binary 11011110 1000 1111101 0 1100000 101100 1101 101000111 1011101 101101

Color Harmonies of #DE087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE087D

Black with #DE087D

Text Example


Text Example

White with #DE087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE087D; }

 p { color: rgb(222,8,125); }

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

background-color css

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

 a { background-color: rgb(222,8,125); }

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

border-color css

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

 span { border-color: rgb(222,8,125); }

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