#DD7DFA

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

Shades of Heliotrope #DD7DFA

Tints of Heliotrope #DD7DFA

Color information

#DD7DFA (or 0xDD7DFA) is unknown color: approx Heliotrope. HEX triplet: DD, 7D and FA. RGB value is (221,125,250). Sum of RGB (Red+Green+Blue) = 221+125+250=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFA is #228205. Grayscale: #A7A7A7. Windows color (decimal): -2261510 or 16416221. OLE color: 16416221.

HSL color Cylindrical-coordinate representation of color #DD7DFA: hue angle of 286.08º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7DFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221125250-
CMYK0.120.5000.02
HSL286.08º92.59%73.53%-
HSV(B)286.08º50%98.04%-
XYZ54.4136.9494.71-
YUV167.95174.3165.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=37.08%
G=20.97%
B=41.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211252500.120.5000.02286.0892.5973.53
HexDD7DFAC320211e5d4a
Octal335175372146202436135112
Binary11011101111110111111010110011001001010001111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DFA; }

 p { color: rgb(221,125,250); }

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

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

 a { background-color: rgb(221,125,250); }

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

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

 span { border-color: rgb(221,125,250); }

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