#DD67EC

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

Shades of Heliotrope #DD67EC

Tints of Heliotrope #DD67EC

Color information

#DD67EC (or 0xDD67EC) is unknown color: approx Heliotrope. HEX triplet: DD, 67 and EC. RGB value is (221,103,236). Sum of RGB (Red+Green+Blue) = 221+103+236=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67EC is #229813. Grayscale: #999999. Windows color (decimal): -2267156 or 15493085. OLE color: 15493085.

HSL color Cylindrical-coordinate representation of color #DD67EC: hue angle of 293.23º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD67EC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221103236-
CMYK0.060.5600.07
HSL293.23º77.78%66.47%-
HSV(B)293.23º56.36%92.55%-
XYZ49.8131.1382.74-
YUV153.44174.59176.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 103 (40.62% from 255) = 18.39%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=39.46%
G=18.39%
B=42.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211032360.060.5600.07293.2377.7866.47
HexDD67EC638071254e42
Octal33514735467007445116102
Binary11011101110011111101100110111000011110010010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67EC; }

 p { color: rgb(221,103,236); }

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

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

 a { background-color: rgb(221,103,236); }

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

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

 span { border-color: rgb(221,103,236); }

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