#DD6CF1

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

Shades of Heliotrope #DD6CF1

Tints of Heliotrope #DD6CF1

Color information

#DD6CF1 (or 0xDD6CF1) is unknown color: approx Heliotrope. HEX triplet: DD, 6C and F1. RGB value is (221,108,241). Sum of RGB (Red+Green+Blue) = 221+108+241=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CF1 is #22930E. Grayscale: #9C9C9C. Windows color (decimal): -2265871 or 15822045. OLE color: 15822045.

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

Color convert

RGB221108241-
CMYK0.080.5500.05
HSL290.98º82.61%68.43%-
HSV(B)290.98º55.19%94.51%-
XYZ51.0632.4586.79-
YUV156.95175.44173.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=38.77%
G=18.95%
B=42.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211082410.080.5500.05290.9882.6168.43
HexDD6CF1837051235344
Octal335154361106705443123104
Binary110111011101100111100011000110111010110010001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6CF1; }

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

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

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

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

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

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

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

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