#DD67FC

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

Shades of Heliotrope #DD67FC

Tints of Heliotrope #DD67FC

Color information

#DD67FC (or 0xDD67FC) is unknown color: approx Heliotrope. HEX triplet: DD, 67 and FC. RGB value is (221,103,252). Sum of RGB (Red+Green+Blue) = 221+103+252=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD67FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67FC is #229803. Grayscale: #9A9A9A. Windows color (decimal): -2267140 or 16541661. OLE color: 16541661.

HSL color Cylindrical-coordinate representation of color #DD67FC: hue angle of 287.52º 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 #DD67FC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221103252-
CMYK0.120.5900.01
HSL287.52º96.13%69.61%-
HSV(B)287.52º59.13%98.82%-
XYZ52.2432.195.54-
YUV155.27182.59174.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 103 (40.62% from 255) = 17.88%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=38.37%
G=17.88%
B=43.75%

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
Decimal2211032520.120.5900.01287.5296.1369.61
HexDD67FCC3B011206046
Octal335147374147301440140106
Binary1101110111001111111110011001110110110010000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67FC; }

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

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

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

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

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

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

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

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