#DD75F8

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

Shades of Heliotrope #DD75F8

Tints of Heliotrope #DD75F8

Color information

#DD75F8 (or 0xDD75F8) is unknown color: approx Heliotrope. HEX triplet: DD, 75 and F8. RGB value is (221,117,248). Sum of RGB (Red+Green+Blue) = 221+117+248=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD75F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75F8 is #228A07. Grayscale: #A2A2A2. Windows color (decimal): -2263560 or 16283101. OLE color: 16283101.

HSL color Cylindrical-coordinate representation of color #DD75F8: hue angle of 287.63º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD75F8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221117248-
CMYK0.110.5300.03
HSL287.63º90.34%71.57%-
HSV(B)287.63º52.82%97.25%-
XYZ53.1234.8792.74-
YUV163.03175.96169.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 117 (46.09% from 255) = 19.97%
BLUE value IS 248 (97.27% from 255) = 42.32%
R=37.71%
G=19.97%
B=42.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211172480.110.5300.03287.6390.3471.57
HexDD75F8B35031205a48
Octal335165370136503440132110
Binary11011101111010111111000101111010101110010000010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75F8; }

 p { color: rgb(221,117,248); }

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

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

 a { background-color: rgb(221,117,248); }

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

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

 span { border-color: rgb(221,117,248); }

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