#DD62F0

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

Shades of Heliotrope #DD62F0

Tints of Heliotrope #DD62F0

Color information

#DD62F0 (or 0xDD62F0) is unknown color: approx Heliotrope. HEX triplet: DD, 62 and F0. RGB value is (221,98,240). Sum of RGB (Red+Green+Blue) = 221+98+240=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62F0 is #229D0F. Grayscale: #969696. Windows color (decimal): -2268432 or 15753949. OLE color: 15753949.

HSL color Cylindrical-coordinate representation of color #DD62F0: hue angle of 291.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD62F0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22198240-
CMYK0.080.5900.06
HSL291.97º82.56%66.27%-
HSV(B)291.97º59.17%94.12%-
XYZ49.9130.485.67-
YUV150.96178.25177.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 98 (38.67% from 255) = 17.53%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=39.53%
G=17.53%
B=42.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221982400.080.5900.06291.9782.5666.27
HexDD62F083B061245342
Octal335142360107306444123102
Binary110111011100010111100001000111011011010010010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62F0; }

 p { color: rgb(221,98,240); }

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

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

 a { background-color: rgb(221,98,240); }

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

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

 span { border-color: rgb(221,98,240); }

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