#DF88DD

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

Shades of Violet #DF88DD

Tints of Violet #DF88DD

Color information

#DF88DD (or 0xDF88DD) is unknown color: approx Violet. HEX triplet: DF, 88 and DD. RGB value is (223,136,221). Sum of RGB (Red+Green+Blue) = 223+136+221=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88DD is #207722. Grayscale: #ABABAB. Windows color (decimal): -2127651 or 14518495. OLE color: 14518495.

HSL color Cylindrical-coordinate representation of color #DF88DD: hue angle of 301.38º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88DD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223136221-
CMYK00.390.010.13
HSL301.38º57.62%70.39%-
HSV(B)301.38º39.01%87.45%-
XYZ52.2938.5273.09-
YUV171.7155.82164.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=38.45%
G=23.45%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313622100.390.010.13301.3857.6270.39
HexDF88DD0271D12d3a46
Octal33721033504711545572106
Binary1101111110001000110111010100111111011001011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF88DD; }

 p { color: rgb(223,136,221); }

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

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

 a { background-color: rgb(223,136,221); }

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

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

 span { border-color: rgb(223,136,221); }

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