#DD68FC

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

Shades of Heliotrope #DD68FC

Tints of Heliotrope #DD68FC

Color information

#DD68FC (or 0xDD68FC) is unknown color: approx Heliotrope. HEX triplet: DD, 68 and FC. RGB value is (221,104,252). Sum of RGB (Red+Green+Blue) = 221+104+252=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68FC is #229703. Grayscale: #9B9B9B. Windows color (decimal): -2266884 or 16541917. OLE color: 16541917.

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

Color convert

RGB221104252-
CMYK0.120.5900.01
HSL287.43º96.1%69.8%-
HSV(B)287.43º58.73%98.82%-
XYZ52.3432.395.57-
YUV155.85182.26174.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 104 (41.02% from 255) = 18.02%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=38.30%
G=18.02%
B=43.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211042520.120.5900.01287.4396.169.8
HexDD68FCC3B0111f6046
Octal335150374147301437140106
Binary1101110111010001111110011001110110110001111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68FC; }

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

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

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

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

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

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

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

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