Html Css Color HEX #D85BFA Heliotrope

📋 copy color: '#D85BFA'

red 216 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #D85BFA

Tints of Heliotrope #D85BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.34%

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

R = 38.78%
G = 16.34%
B = 44.88%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D85BFA (or 0xD85BFA) is known color: Heliotrope. HEX triplet: D8, 5B and FA. RGB value is (216,91,250). Sum of RGB (Red+Green+Blue) = 216+91+250=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #D85BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85BFA is #27A405. Grayscale: #919191. Windows color (decimal): -2597894 or 16407512. OLE color: 16407512.

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

Color convert

RGB 216 91 250 -
CMYK 0.14 0.64 0 0.02
HSL 287.17º 0.94% 0.67% -
HSV(B) 287.17º 0.64% 0.98% -
XYZ 49.32 28.98 93.44 -
YUV 146.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 216 91 250 0.14 0.64 0 0.02 287.17 0.94 0.67
Hex D8 5B FA E 40 0 2 11F 5E 43
Octal 330 133 372 16 100 0 2 437 136 103
Binary 11011000 1011011 11111010 1110 1000000 0 10 100011111 1011110 1000011

Color Harmonies of #D85BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85BFA

Black with #D85BFA

Text Example


Text Example

White with #D85BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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