#DD74FC

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

Shades of Heliotrope #DD74FC

Tints of Heliotrope #DD74FC

Color information

#DD74FC (or 0xDD74FC) is unknown color: approx Heliotrope. HEX triplet: DD, 74 and FC. RGB value is (221,116,252). Sum of RGB (Red+Green+Blue) = 221+116+252=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FC is #228B03. Grayscale: #A2A2A2. Windows color (decimal): -2263812 or 16544989. OLE color: 16544989.

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

Color convert

RGB221116252-
CMYK0.120.5400.01
HSL286.32º95.77%72.16%-
HSV(B)286.32º53.97%98.82%-
XYZ53.6334.8996-
YUV162.9178.29169.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 116 (45.70% from 255) = 19.69%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=37.52%
G=19.69%
B=42.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211162520.120.5400.01286.3295.7772.16
HexDD74FCC360111e6048
Octal335164374146601436140110
Binary1101110111101001111110011001101100110001111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74FC; }

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

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

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

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

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

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

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

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