#D44BFF

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

Shades of Heliotrope #D44BFF

Tints of Heliotrope #D44BFF

Color information

#D44BFF (or 0xD44BFF) is unknown color: approx Heliotrope. HEX triplet: D4, 4B and FF. RGB value is (212,75,255). Sum of RGB (Red+Green+Blue) = 212+75+255=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 75 (29.69% from 255 or 13.84% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D44BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44BFF is #2BB400. Grayscale: #878787. Windows color (decimal): -2864129 or 16731092. OLE color: 16731092.

HSL color Cylindrical-coordinate representation of color #D44BFF: hue angle of 285.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D44BFF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21275255-
CMYK0.170.7100
HSL285.67º100%64.71%-
HSV(B)285.67º70.59%100%-
XYZ47.7226.2597.16-
YUV136.48194.89181.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 75 (29.69% from 255) = 13.84%
BLUE value IS 255 (100% from 255) = 47.05%
R=39.11%
G=13.84%
B=47.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212752550.170.7100285.6710064.71
HexD44BFF11470011e6441
Octal3241133772110700436144101
Binary110101001001011111111111000110001110010001111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44BFF; }

 p { color: rgb(212,75,255); }

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

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

 a { background-color: rgb(212,75,255); }

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

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

 span { border-color: rgb(212,75,255); }

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