Html Css Color HEX #DE007B Medium Violet Red

📋 copy color: '#DE007B'

red 222 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #DE007B

Tints of Medium Violet Red #DE007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.35%
G = 0%
B = 35.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE007B (or 0xDE007B) is known color: Medium Violet Red. HEX triplet: DE, 00 and 7B. RGB value is (222,0,123). Sum of RGB (Red+Green+Blue) = 222+0+123=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE007B is #21FF84. Grayscale: #505050. Windows color (decimal): -2228101 or 8061150. OLE color: 8061150.

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

Color convert

RGB 222 0 123 -
CMYK 0 1 0.45 0.13
HSL 326.76º 1% 0.44% -
HSV(B) 326.76º 1% 0.87% -
XYZ 33.7 16.96 20.24 -
YUV 80.4 152.05 229 -
System Red Green Blue C M Y K H S L
Decimal 222 0 123 0 1 0.45 0.13 326.76 1 0.44
Hex DE 0 7B 0 64 2D D 147 64 2C
Octal 336 0 173 0 144 55 15 507 144 54
Binary 11011110 0 1111011 0 1100100 101101 1101 101000111 1100100 101100

Color Harmonies of #DE007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE007B

Black with #DE007B

Text Example


Text Example

White with #DE007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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