Html Css Color HEX #DE017B Medium Violet Red

📋 copy color: '#DE017B'

red 222 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #DE017B

Tints of Medium Violet Red #DE017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 64.16%
G = 0.29%
B = 35.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE017B (or 0xDE017B) is known color: Medium Violet Red. HEX triplet: DE, 01 and 7B. RGB value is (222,1,123). Sum of RGB (Red+Green+Blue) = 222+1+123=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE017B is #21FE84. Grayscale: #505050. Windows color (decimal): -2227845 or 8061406. OLE color: 8061406.

HSL color Cylindrical-coordinate representation of color #DE017B: hue angle of 326.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE017B is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 123 -
CMYK 0 1.00 0.45 0.13
HSL 326.88º 0.99% 0.44% -
HSV(B) 326.88º 1% 0.87% -
XYZ 33.71 16.98 20.24 -
YUV 80.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 222 1 123 0 1.00 0.45 0.13 326.88 0.99 0.44
Hex DE 1 7B 0 64 2D D 147 63 2C
Octal 336 1 173 0 144 55 15 507 143 54
Binary 11011110 1 1111011 0 1100100 101101 1101 101000111 1100011 101100

Color Harmonies of #DE017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE017B

Black with #DE017B

Text Example


Text Example

White with #DE017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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