#DD44FC

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

Shades of Heliotrope #DD44FC

Tints of Heliotrope #DD44FC

Color information

#DD44FC (or 0xDD44FC) is unknown color: approx Heliotrope. HEX triplet: DD, 44 and FC. RGB value is (221,68,252). Sum of RGB (Red+Green+Blue) = 221+68+252=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 68 (26.95% from 255 or 12.57% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD44FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44FC is #22BB03. Grayscale: #868686. Windows color (decimal): -2276100 or 16532701. OLE color: 16532701.

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

Color convert

RGB22168252-
CMYK0.120.7300.01
HSL289.89º96.84%62.75%-
HSV(B)289.89º73.02%98.82%-
XYZ49.4626.5394.61-
YUV134.72194.19189.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 68 (26.95% from 255) = 12.57%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=40.85%
G=12.57%
B=46.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221682520.120.7300.01289.8996.8462.75
HexDD44FCC4901122613f
Octal335104374141110144214177
Binary1101110110001001111110011001001001011001000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44FC; }

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

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

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

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

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

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

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

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