#DD7DF9

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

Shades of Heliotrope #DD7DF9

Tints of Heliotrope #DD7DF9

Color information

#DD7DF9 (or 0xDD7DF9) is unknown color: approx Heliotrope. HEX triplet: DD, 7D and F9. RGB value is (221,125,249). Sum of RGB (Red+Green+Blue) = 221+125+249=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF9 is #228206. Grayscale: #A7A7A7. Windows color (decimal): -2261511 or 16350685. OLE color: 16350685.

HSL color Cylindrical-coordinate representation of color #DD7DF9: hue angle of 286.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7DF9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221125249-
CMYK0.110.5000.02
HSL286.45º91.18%73.33%-
HSV(B)286.45º49.8%97.65%-
XYZ54.2536.8893.88-
YUV167.84173.8165.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=37.14%
G=21.01%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211252490.110.5000.02286.4591.1873.33
HexDD7DF9B320211e5b49
Octal335175371136202436133111
Binary11011101111110111111001101111001001010001111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DF9; }

 p { color: rgb(221,125,249); }

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

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

 a { background-color: rgb(221,125,249); }

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

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

 span { border-color: rgb(221,125,249); }

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