#DD84F5

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

Shades of Heliotrope #DD84F5

Tints of Heliotrope #DD84F5

Color information

#DD84F5 (or 0xDD84F5) is unknown color: approx Heliotrope. HEX triplet: DD, 84 and F5. RGB value is (221,132,245). Sum of RGB (Red+Green+Blue) = 221+132+245=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD84F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84F5 is #227B0A. Grayscale: #ABABAB. Windows color (decimal): -2259723 or 16090333. OLE color: 16090333.

HSL color Cylindrical-coordinate representation of color #DD84F5: hue angle of 287.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD84F5 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221132245-
CMYK0.100.4600.04
HSL287.26º84.96%73.92%-
HSV(B)287.26º46.12%96.08%-
XYZ54.5538.4790.94-
YUV171.49169.49163.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 132 (51.95% from 255) = 22.07%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=36.96%
G=22.07%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211322450.100.4600.04287.2684.9673.92
HexDD84F5A2E0411f554a
Octal335204365125604437125112
Binary1101110110000100111101011010101110010010001111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84F5; }

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

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

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

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

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

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

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

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