Html Css Color HEX #D85EFD Heliotrope

📋 copy color: '#D85EFD'

red 216 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D85EFD

Tints of Heliotrope #D85EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 38.37%
G = 16.7%
B = 44.94%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D85EFD (or 0xD85EFD) is known color: Heliotrope. HEX triplet: D8, 5E and FD. RGB value is (216,94,253). Sum of RGB (Red+Green+Blue) = 216+94+253=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D85EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EFD is #27A102. Grayscale: #949494. Windows color (decimal): -2597123 or 16604888. OLE color: 16604888.

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

Color convert

RGB 216 94 253 -
CMYK 0.15 0.63 0 0.01
HSL 286.04º 0.98% 0.68% -
HSV(B) 286.04º 0.63% 0.99% -
XYZ 50.05 29.7 96.02 -
YUV 148.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 216 94 253 0.15 0.63 0 0.01 286.04 0.98 0.68
Hex D8 5E FD F 3F 0 1 11E 62 44
Octal 330 136 375 17 77 0 1 436 142 104
Binary 11011000 1011110 11111101 1111 111111 0 1 100011110 1100010 1000100

Color Harmonies of #D85EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EFD

Black with #D85EFD

Text Example


Text Example

White with #D85EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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