Html Css Color HEX #D28FFA Heliotrope

📋 copy color: '#D28FFA'

red 210 ◦ green 143 ◦ blue 250

#D28FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D28FFA

Tints of Heliotrope #D28FFA

RGB

 RED value IS 210 (82.42% from 255) = 34.83%

 GREEN value IS 143 (56.25% from 255) = 23.71%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 34.83%
G = 23.71%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D28FFA (or 0xD28FFA) is known color: Heliotrope. HEX triplet: D2, 8F and FA. RGB value is (210,143,250). Sum of RGB (Red+Green+Blue) = 210+143+250=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #D28FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFA is #2D7005. Grayscale: #AEAEAE. Windows color (decimal): -2977798 or 16420818. OLE color: 16420818.

HSL color Cylindrical-coordinate representation of color #D28FFA: hue angle of 277.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28FFA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 143 250 -
CMYK 0.16 0.43 0 0.02
HSL 277.57º 0.91% 0.77% -
HSV(B) 277.57º 0.43% 0.98% -
XYZ 53.66 40.25 95.38 -
YUV 175.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 210 143 250 0.16 0.43 0 0.02 277.57 0.91 0.77
Hex D2 8F FA 10 2B 0 2 116 5B 4D
Octal 322 217 372 20 53 0 2 426 133 115
Binary 11010010 10001111 11111010 10000 101011 0 10 100010110 1011011 1001101

Color Harmonies of #D28FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FFA

Black with #D28FFA

Text Example


Text Example

White with #D28FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FFA; }

 p { color: rgb(210,143,250); }

 H1.HeaderClassName
 {
   color: #D28FFA;
 }
 .AnyTagClassName
 {
   color: #D28FFA;
 }
</style>

background-color css

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

 a { background-color: rgb(210,143,250); }

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

border-color css

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

 span { border-color: rgb(210,143,250); }

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