#DD7AF6

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

Shades of Heliotrope #DD7AF6

Tints of Heliotrope #DD7AF6

Color information

#DD7AF6 (or 0xDD7AF6) is unknown color: approx Heliotrope. HEX triplet: DD, 7A and F6. RGB value is (221,122,246). Sum of RGB (Red+Green+Blue) = 221+122+246=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF6 is #228509. Grayscale: #A5A5A5. Windows color (decimal): -2262282 or 16153309. OLE color: 16153309.

HSL color Cylindrical-coordinate representation of color #DD7AF6: hue angle of 287.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7AF6 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221122246-
CMYK0.100.5000.04
HSL287.9º87.32%72.16%-
HSV(B)287.9º50.41%96.47%-
XYZ53.4135.9591.31-
YUV165.74173.3167.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 122 (48.05% from 255) = 20.71%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=37.52%
G=20.71%
B=41.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211222460.100.5000.04287.987.3272.16
HexDD7AF6A32041205748
Octal335172366126204440127110
Binary110111011111010111101101010110010010010010000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AF6; }

 p { color: rgb(221,122,246); }

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

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

 a { background-color: rgb(221,122,246); }

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

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

 span { border-color: rgb(221,122,246); }

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