#DD84FC

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

Shades of Heliotrope #DD84FC

Tints of Heliotrope #DD84FC

Color information

#DD84FC (or 0xDD84FC) is unknown color: approx Heliotrope. HEX triplet: DD, 84 and FC. RGB value is (221,132,252). Sum of RGB (Red+Green+Blue) = 221+132+252=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FC is #227B03. Grayscale: #ABABAB. Windows color (decimal): -2259716 or 16549085. OLE color: 16549085.

HSL color Cylindrical-coordinate representation of color #DD84FC: hue angle of 284.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD84FC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221132252-
CMYK0.120.4800.01
HSL284.5º95.24%75.29%-
HSV(B)284.5º47.62%98.82%-
XYZ55.6438.996.67-
YUV172.29172.99162.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 132 (51.95% from 255) = 21.82%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=36.53%
G=21.82%
B=41.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211322520.120.4800.01284.595.2475.29
HexDD84FCC300111c5f4b
Octal335204374146001434137113
Binary11011101100001001111110011001100000110001110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84FC; }

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

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

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

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

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

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

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

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