#D48BFF

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

Shades of Heliotrope #D48BFF

Tints of Heliotrope #D48BFF

Color information

#D48BFF (or 0xD48BFF) is unknown color: approx Heliotrope. HEX triplet: D4, 8B and FF. RGB value is (212,139,255). Sum of RGB (Red+Green+Blue) = 212+139+255=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFF is #2B7400. Grayscale: #ADADAD. Windows color (decimal): -2847745 or 16747476. OLE color: 16747476.

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

Color convert

RGB212139255-
CMYK0.170.4500
HSL277.76º100%77.25%-
HSV(B)277.76º45.49%100%-
XYZ54.4339.6899.4-
YUV174.05173.68155.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 139 (54.69% from 255) = 22.94%
BLUE value IS 255 (100% from 255) = 42.08%
R=34.98%
G=22.94%
B=42.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121392550.170.4500277.7610077.25
HexD48BFF112D00116644d
Octal324213377215500426144115
Binary110101001000101111111111100011011010010001011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BFF; }

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

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

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

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

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

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

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

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