#DD69F1

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

Shades of Heliotrope #DD69F1

Tints of Heliotrope #DD69F1

Color information

#DD69F1 (or 0xDD69F1) is unknown color: approx Heliotrope. HEX triplet: DD, 69 and F1. RGB value is (221,105,241). Sum of RGB (Red+Green+Blue) = 221+105+241=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69F1 is #22960E. Grayscale: #9A9A9A. Windows color (decimal): -2266639 or 15821277. OLE color: 15821277.

HSL color Cylindrical-coordinate representation of color #DD69F1: hue angle of 291.18º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD69F1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221105241-
CMYK0.080.5600.05
HSL291.18º82.93%67.84%-
HSV(B)291.18º56.43%94.51%-
XYZ50.7531.8386.69-
YUV155.19176.43174.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 105 (41.41% from 255) = 18.52%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=38.98%
G=18.52%
B=42.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211052410.080.5600.05291.1882.9367.84
HexDD69F1838051235344
Octal335151361107005443123104
Binary110111011101001111100011000111000010110010001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69F1; }

 p { color: rgb(221,105,241); }

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

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

 a { background-color: rgb(221,105,241); }

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

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

 span { border-color: rgb(221,105,241); }

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