Html Css Color HEX #DE157B Medium Violet Red

📋 copy color: '#DE157B'

red 222 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #DE157B

Tints of Medium Violet Red #DE157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 60.66%
G = 5.74%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE157B (or 0xDE157B) is known color: Medium Violet Red. HEX triplet: DE, 15 and 7B. RGB value is (222,21,123). Sum of RGB (Red+Green+Blue) = 222+21+123=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE157B is #21EA84. Grayscale: #5C5C5C. Windows color (decimal): -2222725 or 8066526. OLE color: 8066526.

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

Color convert

RGB 222 21 123 -
CMYK 0 0.91 0.45 0.13
HSL 329.55º 0.83% 0.48% -
HSV(B) 329.55º 0.91% 0.87% -
XYZ 33.97 17.5 20.33 -
YUV 92.73 145.09 220.21 -
System Red Green Blue C M Y K H S L
Decimal 222 21 123 0 0.91 0.45 0.13 329.55 0.83 0.48
Hex DE 15 7B 0 5B 2D D 14A 53 30
Octal 336 25 173 0 133 55 15 512 123 60
Binary 11011110 10101 1111011 0 1011011 101101 1101 101001010 1010011 110000

Color Harmonies of #DE157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE157B

Black with #DE157B

Text Example


Text Example

White with #DE157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE157B; }

 p { color: rgb(222,21,123); }

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

background-color css

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

 a { background-color: rgb(222,21,123); }

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

border-color css

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

 span { border-color: rgb(222,21,123); }

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