#DD65FA

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

Shades of Heliotrope #DD65FA

Tints of Heliotrope #DD65FA

Color information

#DD65FA (or 0xDD65FA) is unknown color: approx Heliotrope. HEX triplet: DD, 65 and FA. RGB value is (221,101,250). Sum of RGB (Red+Green+Blue) = 221+101+250=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FA is #229A05. Grayscale: #999999. Windows color (decimal): -2267654 or 16410077. OLE color: 16410077.

HSL color Cylindrical-coordinate representation of color #DD65FA: hue angle of 288.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD65FA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221101250-
CMYK0.120.6000.02
HSL288.32º93.71%68.82%-
HSV(B)288.32º59.6%98.04%-
XYZ51.7331.5893.81-
YUV153.87182.26175.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 17.66%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=38.64%
G=17.66%
B=43.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211012500.120.6000.02288.3293.7168.82
HexDD65FAC3C021205e45
Octal335145372147402440136105
Binary11011101110010111111010110011110001010010000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65FA; }

 p { color: rgb(221,101,250); }

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

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

 a { background-color: rgb(221,101,250); }

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

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

 span { border-color: rgb(221,101,250); }

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