#DD4BF9

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

Shades of Heliotrope #DD4BF9

Tints of Heliotrope #DD4BF9

Color information

#DD4BF9 (or 0xDD4BF9) is unknown color: approx Heliotrope. HEX triplet: DD, 4B and F9. RGB value is (221,75,249). Sum of RGB (Red+Green+Blue) = 221+75+249=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 75 (29.69% from 255 or 13.76% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD4BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BF9 is #22B406. Grayscale: #898989. Windows color (decimal): -2274311 or 16337885. OLE color: 16337885.

HSL color Cylindrical-coordinate representation of color #DD4BF9: hue angle of 290.34º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4BF9 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22175249-
CMYK0.110.7000.02
HSL290.34º93.55%63.53%-
HSV(B)290.34º69.88%97.65%-
XYZ49.4327.2492.28-
YUV138.49190.37186.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 75 (29.69% from 255) = 13.76%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=40.55%
G=13.76%
B=45.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221752490.110.7000.02290.3493.5563.53
HexDD4BF9B46021225e40
Octal3351133711310602442136100
Binary110111011001011111110011011100011001010010001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4BF9; }

 p { color: rgb(221,75,249); }

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

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

 a { background-color: rgb(221,75,249); }

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

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

 span { border-color: rgb(221,75,249); }

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