#DD8CFF

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

Shades of Heliotrope #DD8CFF

Tints of Heliotrope #DD8CFF

Color information

#DD8CFF (or 0xDD8CFF) is unknown color: approx Heliotrope. HEX triplet: DD, 8C and FF. RGB value is (221,140,255). Sum of RGB (Red+Green+Blue) = 221+140+255=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFF is #227300. Grayscale: #B0B0B0. Windows color (decimal): -2257665 or 16747741. OLE color: 16747741.

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

Color convert

RGB221140255-
CMYK0.130.4500
HSL282.26º100%77.45%-
HSV(B)282.26º45.1%100%-
XYZ57.2541.3599.57-
YUV177.33171.84159.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 140 (55.08% from 255) = 22.73%
BLUE value IS 255 (100% from 255) = 41.40%
R=35.88%
G=22.73%
B=41.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211402550.130.4500282.2610077.45
HexDD8CFFD2D0011a644d
Octal335214377155500432144115
Binary11011101100011001111111111011011010010001101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CFF; }

 p { color: rgb(221,140,255); }

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

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

 a { background-color: rgb(221,140,255); }

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

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

 span { border-color: rgb(221,140,255); }

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