#DD84F1

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

Shades of Heliotrope #DD84F1

Tints of Heliotrope #DD84F1

Color information

#DD84F1 (or 0xDD84F1) is unknown color: approx Heliotrope. HEX triplet: DD, 84 and F1. RGB value is (221,132,241). Sum of RGB (Red+Green+Blue) = 221+132+241=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84F1 is #227B0E. Grayscale: #AAAAAA. Windows color (decimal): -2259727 or 15828189. OLE color: 15828189.

HSL color Cylindrical-coordinate representation of color #DD84F1: hue angle of 288.99º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD84F1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221132241-
CMYK0.080.4500.05
HSL288.99º79.56%73.14%-
HSV(B)288.99º45.23%94.51%-
XYZ53.9538.2387.75-
YUV171.04167.49163.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 132 (51.95% from 255) = 22.22%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=37.21%
G=22.22%
B=40.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211322410.080.4500.05288.9979.5673.14
HexDD84F182D051215049
Octal335204361105505441120111
Binary1101110110000100111100011000101101010110010000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84F1; }

 p { color: rgb(221,132,241); }

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

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

 a { background-color: rgb(221,132,241); }

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

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

 span { border-color: rgb(221,132,241); }

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