#D44AFD

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

Shades of Heliotrope #D44AFD

Tints of Heliotrope #D44AFD

Color information

#D44AFD (or 0xD44AFD) is unknown color: approx Heliotrope. HEX triplet: D4, 4A and FD. RGB value is (212,74,253). Sum of RGB (Red+Green+Blue) = 212+74+253=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #D44AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44AFD is #2BB502. Grayscale: #878787. Windows color (decimal): -2864387 or 16599764. OLE color: 16599764.

HSL color Cylindrical-coordinate representation of color #D44AFD: hue angle of 286.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D44AFD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21274253-
CMYK0.160.7100.01
HSL286.26º97.81%64.12%-
HSV(B)286.26º70.75%99.22%-
XYZ47.3325.9995.45-
YUV135.67194.22182.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 74 (29.30% from 255) = 13.73%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=39.33%
G=13.73%
B=46.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212742530.160.7100.01286.2697.8164.12
HexD44AFD10470111e6240
Octal3241123752010701436142100
Binary110101001001010111111011000010001110110001111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44AFD; }

 p { color: rgb(212,74,253); }

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

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

 a { background-color: rgb(212,74,253); }

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

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

 span { border-color: rgb(212,74,253); }

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