#DD71FB

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

Shades of Heliotrope #DD71FB

Tints of Heliotrope #DD71FB

Color information

#DD71FB (or 0xDD71FB) is unknown color: approx Heliotrope. HEX triplet: DD, 71 and FB. RGB value is (221,113,251). Sum of RGB (Red+Green+Blue) = 221+113+251=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FB is #228E04. Grayscale: #A0A0A0. Windows color (decimal): -2264581 or 16478685. OLE color: 16478685.

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

Color convert

RGB221113251-
CMYK0.120.5500.02
HSL286.96º94.52%71.37%-
HSV(B)286.96º54.98%98.43%-
XYZ53.1434.1595.06-
YUV161.02178.78170.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 113 (44.53% from 255) = 19.32%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=37.78%
G=19.32%
B=42.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211132510.120.5500.02286.9694.5271.37
HexDD71FBC370211f5f47
Octal335161373146702437137107
Binary11011101111000111111011110011011101010001111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71FB; }

 p { color: rgb(221,113,251); }

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

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

 a { background-color: rgb(221,113,251); }

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

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

 span { border-color: rgb(221,113,251); }

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