#DD4DFD

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

Shades of Heliotrope #DD4DFD

Tints of Heliotrope #DD4DFD

Color information

#DD4DFD (or 0xDD4DFD) is unknown color: approx Heliotrope. HEX triplet: DD, 4D and FD. RGB value is (221,77,253). Sum of RGB (Red+Green+Blue) = 221+77+253=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DFD is #22B202. Grayscale: #8B8B8B. Windows color (decimal): -2273795 or 16600541. OLE color: 16600541.

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

Color convert

RGB22177253-
CMYK0.130.7000.01
HSL289.09º97.78%64.71%-
HSV(B)289.09º69.57%99.22%-
XYZ50.227.7795.64-
YUV140.12191.71185.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 77 (30.47% from 255) = 13.97%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=40.11%
G=13.97%
B=45.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221772530.130.7000.01289.0997.7864.71
HexDD4DFDD46011216241
Octal3351153751510601441142101
Binary11011101100110111111101110110001100110010000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4DFD; }

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

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

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

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

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

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

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

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