#DD8CFC

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

Shades of Heliotrope #DD8CFC

Tints of Heliotrope #DD8CFC

Color information

#DD8CFC (or 0xDD8CFC) is unknown color: approx Heliotrope. HEX triplet: DD, 8C and FC. RGB value is (221,140,252). Sum of RGB (Red+Green+Blue) = 221+140+252=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFC is #227303. Grayscale: #B0B0B0. Windows color (decimal): -2257668 or 16551133. OLE color: 16551133.

HSL color Cylindrical-coordinate representation of color #DD8CFC: hue angle of 283.39º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8CFC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221140252-
CMYK0.120.4400.01
HSL283.39º94.92%76.86%-
HSV(B)283.39º44.44%98.82%-
XYZ56.7741.1697.05-
YUV176.99170.34159.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 140 (55.08% from 255) = 22.84%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=36.05%
G=22.84%
B=41.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211402520.120.4400.01283.3994.9276.86
HexDD8CFCC2C0111b5f4d
Octal335214374145401433137115
Binary11011101100011001111110011001011000110001101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CFC; }

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

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

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

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

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

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

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

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