#DD7FF6

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

Shades of Heliotrope #DD7FF6

Tints of Heliotrope #DD7FF6

Color information

#DD7FF6 (or 0xDD7FF6) is unknown color: approx Heliotrope. HEX triplet: DD, 7F and F6. RGB value is (221,127,246). Sum of RGB (Red+Green+Blue) = 221+127+246=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FF6 is #228009. Grayscale: #A8A8A8. Windows color (decimal): -2261002 or 16154589. OLE color: 16154589.

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

Color convert

RGB221127246-
CMYK0.100.4800.04
HSL287.39º86.86%73.14%-
HSV(B)287.39º48.37%96.47%-
XYZ54.0437.291.52-
YUV168.67171.64165.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 127 (50% from 255) = 21.38%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=37.21%
G=21.38%
B=41.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211272460.100.4800.04287.3986.8673.14
HexDD7FF6A300411f5749
Octal335177366126004437127111
Binary110111011111111111101101010110000010010001111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FF6; }

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

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

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

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

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

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

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

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