#DD8BFD

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

Shades of Heliotrope #DD8BFD

Tints of Heliotrope #DD8BFD

Color information

#DD8BFD (or 0xDD8BFD) is unknown color: approx Heliotrope. HEX triplet: DD, 8B and FD. RGB value is (221,139,253). Sum of RGB (Red+Green+Blue) = 221+139+253=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BFD is #227402. Grayscale: #B0B0B0. Windows color (decimal): -2257923 or 16616413. OLE color: 16616413.

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

Color convert

RGB221139253-
CMYK0.130.4500.01
HSL283.16º96.61%76.86%-
HSV(B)283.16º45.06%99.22%-
XYZ56.7840.9397.84-
YUV176.51171.17159.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=36.05%
G=22.68%
B=41.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211392530.130.4500.01283.1696.6176.86
HexDD8BFDD2D0111b614d
Octal335213375155501433141115
Binary11011101100010111111110111011011010110001101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BFD; }

 p { color: rgb(221,139,253); }

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

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

 a { background-color: rgb(221,139,253); }

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

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

 span { border-color: rgb(221,139,253); }

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