#DD60FD

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

Shades of Heliotrope #DD60FD

Tints of Heliotrope #DD60FD

Color information

#DD60FD (or 0xDD60FD) is unknown color: approx Heliotrope. HEX triplet: DD, 60 and FD. RGB value is (221,96,253). Sum of RGB (Red+Green+Blue) = 221+96+253=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 96 (37.89% from 255 or 16.84% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60FD is #229F02. Grayscale: #969696. Windows color (decimal): -2268931 or 16605405. OLE color: 16605405.

HSL color Cylindrical-coordinate representation of color #DD60FD: hue angle of 287.77º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD60FD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22196253-
CMYK0.130.6200.01
HSL287.77º97.52%68.43%-
HSV(B)287.77º62.06%99.22%-
XYZ51.7330.8396.15-
YUV151.27185.41177.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 96 (37.89% from 255) = 16.84%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=38.77%
G=16.84%
B=44.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221962530.130.6200.01287.7797.5268.43
HexDD60FDD3E011206244
Octal335140375157601440142104
Binary1101110111000001111110111011111100110010000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD60FD; }

 p { color: rgb(221,96,253); }

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

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

 a { background-color: rgb(221,96,253); }

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

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

 span { border-color: rgb(221,96,253); }

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