Html Css Color HEX #DE088B Medium Violet Red

📋 copy color: '#DE088B'

red 222 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #DE088B

Tints of Medium Violet Red #DE088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 60.16%
G = 2.17%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE088B (or 0xDE088B) is known color: Medium Violet Red. HEX triplet: DE, 08 and 8B. RGB value is (222,8,139). Sum of RGB (Red+Green+Blue) = 222+8+139=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE088B is #21F774. Grayscale: #565656. Windows color (decimal): -2226037 or 9111774. OLE color: 9111774.

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

Color convert

RGB 222 8 139 -
CMYK 0 0.96 0.37 0.13
HSL 323.27º 0.93% 0.45% -
HSV(B) 323.27º 0.96% 0.87% -
XYZ 34.87 17.57 25.98 -
YUV 86.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 222 8 139 0 0.96 0.37 0.13 323.27 0.93 0.45
Hex DE 8 8B 0 60 25 D 143 5D 2D
Octal 336 10 213 0 140 45 15 503 135 55
Binary 11011110 1000 10001011 0 1100000 100101 1101 101000011 1011101 101101

Color Harmonies of #DE088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE088B

Black with #DE088B

Text Example


Text Example

White with #DE088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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