Html Css Color HEX #D85DFE Heliotrope

📋 copy color: '#D85DFE'

red 216 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #D85DFE

Tints of Heliotrope #D85DFE

RGB

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

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

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

R = 38.37%
G = 16.52%
B = 45.12%

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

#D85DFE (or 0xD85DFE) is known color: Heliotrope. HEX triplet: D8, 5D and FE. RGB value is (216,93,254). Sum of RGB (Red+Green+Blue) = 216+93+254=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D85DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFE is #27A201. Grayscale: #939393. Windows color (decimal): -2597378 or 16670168. OLE color: 16670168.

HSL color Cylindrical-coordinate representation of color #D85DFE: hue angle of 285.84º 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 #D85DFE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 93 254 -
CMYK 0.15 0.63 0 0.00
HSL 285.84º 0.99% 0.68% -
HSV(B) 285.84º 0.63% 1% -
XYZ 50.12 29.58 96.83 -
YUV 148.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 216 93 254 0.15 0.63 0 0.00 285.84 0.99 0.68
Hex D8 5D FE F 3F 0 0 11E 63 44
Octal 330 135 376 17 77 0 0 436 143 104
Binary 11011000 1011101 11111110 1111 111111 0 0 100011110 1100011 1000100

Color Harmonies of #D85DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DFE

Black with #D85DFE

Text Example


Text Example

White with #D85DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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