#DE7BED

Color #DE7BED Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DE7BED

Tints of Violet #DE7BED

Color information

#DE7BED (or 0xDE7BED) is unknown color: approx Violet. HEX triplet: DE, 7B and ED. RGB value is (222,123,237). Sum of RGB (Red+Green+Blue) = 222+123+237=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7BED is #218412. Grayscale: #A5A5A5. Windows color (decimal): -2196499 or 15563742. OLE color: 15563742.

HSL color Cylindrical-coordinate representation of color #DE7BED: hue angle of 292.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7BED is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222123237-
CMYK0.060.4800.07
HSL292.11º76%70.59%-
HSV(B)292.11º48.1%92.94%-
XYZ52.4935.8184.27-
YUV165.6168.3168.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 123 (48.44% from 255) = 21.13%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=38.14%
G=21.13%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221232370.060.4800.07292.117670.59
HexDE7BED630071244c47
Octal33617335566007444114107
Binary11011110111101111101101110110000011110010010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7BED; }

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

 H1.HeaderClassName
 {
   color: #DE7BED;
 }
 .AnyTagClassName
 {
   color: #DE7BED;
 }
</style>
background-color css

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

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

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

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

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

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