#D55EF4

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

Shades of Heliotrope #D55EF4

Tints of Heliotrope #D55EF4

Color information

#D55EF4 (or 0xD55EF4) is unknown color: approx Heliotrope. HEX triplet: D5, 5E and F4. RGB value is (213,94,244). Sum of RGB (Red+Green+Blue) = 213+94+244=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #D55EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EF4 is #2AA10B. Grayscale: #929292. Windows color (decimal): -2793740 or 16015061. OLE color: 16015061.

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

Color convert

RGB21394244-
CMYK0.130.6100.04
HSL287.6º87.21%66.27%-
HSV(B)287.6º61.48%95.69%-
XYZ47.7728.6888.61-
YUV146.68182.92175.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 94 (37.11% from 255) = 17.06%
BLUE value IS 244 (95.70% from 255) = 44.28%
R=38.66%
G=17.06%
B=44.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213942440.130.6100.04287.687.2166.27
HexD55EF4D3D041205742
Octal325136364157504440127102
Binary110101011011110111101001101111101010010010000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55EF4; }

 p { color: rgb(213,94,244); }

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

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

 a { background-color: rgb(213,94,244); }

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

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

 span { border-color: rgb(213,94,244); }

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