#D28CF3

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

Shades of Heliotrope #D28CF3

Tints of Heliotrope #D28CF3

Color information

#D28CF3 (or 0xD28CF3) is unknown color: approx Heliotrope. HEX triplet: D2, 8C and F3. RGB value is (210,140,243). Sum of RGB (Red+Green+Blue) = 210+140+243=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #D28CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CF3 is #2D730C. Grayscale: #ACACAC. Windows color (decimal): -2978573 or 15961298. OLE color: 15961298.

HSL color Cylindrical-coordinate representation of color #D28CF3: hue angle of 280.78º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28CF3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210140243-
CMYK0.140.4200.05
HSL280.78º81.1%75.1%-
HSV(B)280.78º42.39%95.29%-
XYZ52.1338.9389.56-
YUV172.67167.69154.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=35.41%
G=23.61%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101402430.140.4200.05280.7881.175.1
HexD28CF3E2A05119514b
Octal322214363165205431121113
Binary1101001010001100111100111110101010010110001100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CF3; }

 p { color: rgb(210,140,243); }

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

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

 a { background-color: rgb(210,140,243); }

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

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

 span { border-color: rgb(210,140,243); }

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