Html Css Color HEX #D85EFB Heliotrope

📋 copy color: '#D85EFB'

red 216 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #D85EFB

Tints of Heliotrope #D85EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.76%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 38.5%
G = 16.76%
B = 44.74%

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

#D85EFB (or 0xD85EFB) is known color: Heliotrope. HEX triplet: D8, 5E and FB. RGB value is (216,94,251). Sum of RGB (Red+Green+Blue) = 216+94+251=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EFB is #27A104. Grayscale: #939393. Windows color (decimal): -2597125 or 16473816. OLE color: 16473816.

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

Color convert

RGB 216 94 251 -
CMYK 0.14 0.63 0 0.02
HSL 286.62º 0.95% 0.68% -
HSV(B) 286.62º 0.63% 0.98% -
XYZ 49.73 29.57 94.35 -
YUV 148.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 216 94 251 0.14 0.63 0 0.02 286.62 0.95 0.68
Hex D8 5E FB E 3F 0 2 11F 5F 44
Octal 330 136 373 16 77 0 2 437 137 104
Binary 11011000 1011110 11111011 1110 111111 0 10 100011111 1011111 1000100

Color Harmonies of #D85EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EFB

Black with #D85EFB

Text Example


Text Example

White with #D85EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EFB; }

 p { color: rgb(216,94,251); }

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

background-color css

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

 a { background-color: rgb(216,94,251); }

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

border-color css

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

 span { border-color: rgb(216,94,251); }

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