#DD74FA

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

Shades of Heliotrope #DD74FA

Tints of Heliotrope #DD74FA

Color information

#DD74FA (or 0xDD74FA) is unknown color: approx Heliotrope. HEX triplet: DD, 74 and FA. RGB value is (221,116,250). Sum of RGB (Red+Green+Blue) = 221+116+250=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FA is #228B05. Grayscale: #A2A2A2. Windows color (decimal): -2263814 or 16413917. OLE color: 16413917.

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

Color convert

RGB221116250-
CMYK0.120.5400.02
HSL287.01º93.06%71.76%-
HSV(B)287.01º53.6%98.04%-
XYZ53.3234.7794.34-
YUV162.67177.29169.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 116 (45.70% from 255) = 19.76%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=37.65%
G=19.76%
B=42.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211162500.120.5400.02287.0193.0671.76
HexDD74FAC360211f5d48
Octal335164372146602437135110
Binary11011101111010011111010110011011001010001111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74FA; }

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

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

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

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

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

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

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

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