#DD7BFA

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

Shades of Heliotrope #DD7BFA

Tints of Heliotrope #DD7BFA

Color information

#DD7BFA (or 0xDD7BFA) is unknown color: approx Heliotrope. HEX triplet: DD, 7B and FA. RGB value is (221,123,250). Sum of RGB (Red+Green+Blue) = 221+123+250=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BFA is #228405. Grayscale: #A6A6A6. Windows color (decimal): -2262022 or 16415709. OLE color: 16415709.

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

Color convert

RGB221123250-
CMYK0.120.5100.02
HSL286.3º92.7%73.14%-
HSV(B)286.3º50.8%98.04%-
XYZ54.1636.4494.62-
YUV166.78174.97166.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 123 (48.44% from 255) = 20.71%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=37.21%
G=20.71%
B=42.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211232500.120.5100.02286.392.773.14
HexDD7BFAC330211e5d49
Octal335173372146302436135111
Binary11011101111101111111010110011001101010001111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BFA; }

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

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

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

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

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

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

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

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