#D48AFD

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

Shades of Heliotrope #D48AFD

Tints of Heliotrope #D48AFD

Color information

#D48AFD (or 0xD48AFD) is unknown color: approx Heliotrope. HEX triplet: D4, 8A and FD. RGB value is (212,138,253). Sum of RGB (Red+Green+Blue) = 212+138+253=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48AFD is #2B7502. Grayscale: #ACACAC. Windows color (decimal): -2848003 or 16616148. OLE color: 16616148.

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

Color convert

RGB212138253-
CMYK0.160.4500.01
HSL278.61º96.64%76.67%-
HSV(B)278.61º45.45%99.22%-
XYZ53.9739.2797.66-
YUV173.24173.02155.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=35.16%
G=22.89%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121382530.160.4500.01278.6196.6476.67
HexD48AFD102D01117614d
Octal324212375205501427141115
Binary110101001000101011111101100001011010110001011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AFD; }

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

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

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

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

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

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

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

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