Html Css Color HEX #D85FFE Heliotrope

📋 copy color: '#D85FFE'

red 216 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #D85FFE

Tints of Heliotrope #D85FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.81%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 38.23%
G = 16.81%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D85FFE (or 0xD85FFE) is known color: Heliotrope. HEX triplet: D8, 5F and FE. RGB value is (216,95,254). Sum of RGB (Red+Green+Blue) = 216+95+254=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D85FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFE is #27A001. Grayscale: #949494. Windows color (decimal): -2596866 or 16670680. OLE color: 16670680.

HSL color Cylindrical-coordinate representation of color #D85FFE: hue angle of 285.66º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85FFE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 95 254 -
CMYK 0.15 0.63 0 0.00
HSL 285.66º 0.99% 0.68% -
HSV(B) 285.66º 0.63% 1% -
XYZ 50.3 29.94 96.89 -
YUV 149.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 216 95 254 0.15 0.63 0 0.00 285.66 0.99 0.68
Hex D8 5F FE F 3F 0 0 11E 63 44
Octal 330 137 376 17 77 0 0 436 143 104
Binary 11011000 1011111 11111110 1111 111111 0 0 100011110 1100011 1000100

Color Harmonies of #D85FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FFE

Black with #D85FFE

Text Example


Text Example

White with #D85FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FFE; }

 p { color: rgb(216,95,254); }

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

background-color css

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

 a { background-color: rgb(216,95,254); }

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

border-color css

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

 span { border-color: rgb(216,95,254); }

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