Html Css Color HEX #D85DFA Heliotrope

📋 copy color: '#D85DFA'

red 216 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #D85DFA

Tints of Heliotrope #D85DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.64%

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

R = 38.64%
G = 16.64%
B = 44.72%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D85DFA (or 0xD85DFA) is known color: Heliotrope. HEX triplet: D8, 5D and FA. RGB value is (216,93,250). Sum of RGB (Red+Green+Blue) = 216+93+250=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D85DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFA is #27A205. Grayscale: #939393. Windows color (decimal): -2597382 or 16408024. OLE color: 16408024.

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

Color convert

RGB 216 93 250 -
CMYK 0.14 0.63 0 0.02
HSL 287.01º 0.94% 0.67% -
HSV(B) 287.01º 0.63% 0.98% -
XYZ 49.49 29.33 93.5 -
YUV 147.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 216 93 250 0.14 0.63 0 0.02 287.01 0.94 0.67
Hex D8 5D FA E 3F 0 2 11F 5E 43
Octal 330 135 372 16 77 0 2 437 136 103
Binary 11011000 1011101 11111010 1110 111111 0 10 100011111 1011110 1000011

Color Harmonies of #D85DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DFA

Black with #D85DFA

Text Example


Text Example

White with #D85DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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