#DF65FD

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

Shades of Heliotrope #DF65FD

Tints of Heliotrope #DF65FD

Color information

#DF65FD (or 0xDF65FD) is unknown color: approx Heliotrope. HEX triplet: DF, 65 and FD. RGB value is (223,101,253). Sum of RGB (Red+Green+Blue) = 223+101+253=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65FD is #209A02. Grayscale: #9A9A9A. Windows color (decimal): -2136579 or 16606687. OLE color: 16606687.

HSL color Cylindrical-coordinate representation of color #DF65FD: hue angle of 288.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF65FD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223101253-
CMYK0.120.6000.01
HSL288.16º97.44%69.41%-
HSV(B)288.16º60.08%99.22%-
XYZ52.8132.0996.34-
YUV154.81183.42176.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 101 (39.84% from 255) = 17.50%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=38.65%
G=17.50%
B=43.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231012530.120.6000.01288.1697.4469.41
HexDF65FDC3C011206145
Octal337145375147401440141105
Binary1101111111001011111110111001111000110010000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65FD; }

 p { color: rgb(223,101,253); }

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

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

 a { background-color: rgb(223,101,253); }

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

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

 span { border-color: rgb(223,101,253); }

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