#DD6BF1

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

Shades of Heliotrope #DD6BF1

Tints of Heliotrope #DD6BF1

Color information

#DD6BF1 (or 0xDD6BF1) is unknown color: approx Heliotrope. HEX triplet: DD, 6B and F1. RGB value is (221,107,241). Sum of RGB (Red+Green+Blue) = 221+107+241=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BF1 is #22940E. Grayscale: #9B9B9B. Windows color (decimal): -2266127 or 15821789. OLE color: 15821789.

HSL color Cylindrical-coordinate representation of color #DD6BF1: hue angle of 291.04º 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 #DD6BF1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221107241-
CMYK0.080.5600.05
HSL291.04º82.72%68.24%-
HSV(B)291.04º55.6%94.51%-
XYZ50.9532.2486.76-
YUV156.36175.77174.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 107 (42.19% from 255) = 18.80%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=38.84%
G=18.80%
B=42.36%

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
Decimal2211072410.080.5600.05291.0482.7268.24
HexDD6BF1838051235344
Octal335153361107005443123104
Binary110111011101011111100011000111000010110010001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BF1; }

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

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

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

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

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

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

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

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