Html Css Color HEX #D850FA Heliotrope

📋 copy color: '#D850FA'

red 216 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #D850FA

Tints of Heliotrope #D850FA

RGB

 RED value IS 216 (84.77% from 255) = 39.56%

 GREEN value IS 80 (31.64% from 255) = 14.65%

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

R = 39.56%
G = 14.65%
B = 45.79%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D850FA (or 0xD850FA) is known color: Heliotrope. HEX triplet: D8, 50 and FA. RGB value is (216,80,250). Sum of RGB (Red+Green+Blue) = 216+80+250=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #D850FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850FA is #27AF05. Grayscale: #8B8B8B. Windows color (decimal): -2600710 or 16404696. OLE color: 16404696.

HSL color Cylindrical-coordinate representation of color #D850FA: hue angle of 288º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D850FA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 80 250 -
CMYK 0.14 0.68 0 0.02
HSL 288º 0.94% 0.65% -
HSV(B) 288º 0.68% 0.98% -
XYZ 48.44 27.24 93.15 -
YUV 140.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 216 80 250 0.14 0.68 0 0.02 288 0.94 0.65
Hex D8 50 FA E 44 0 2 120 5E 41
Octal 330 120 372 16 104 0 2 440 136 101
Binary 11011000 1010000 11111010 1110 1000100 0 10 100100000 1011110 1000001

Color Harmonies of #D850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850FA

Black with #D850FA

Text Example


Text Example

White with #D850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850FA; }

 p { color: rgb(216,80,250); }

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

background-color css

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

 a { background-color: rgb(216,80,250); }

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

border-color css

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

 span { border-color: rgb(216,80,250); }

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