Html Css Color HEX #D85DFB Heliotrope

📋 copy color: '#D85DFB'

red 216 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D85DFB

Tints of Heliotrope #D85DFB

RGB

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

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

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

R = 38.57%
G = 16.61%
B = 44.82%

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

#D85DFB (or 0xD85DFB) is known color: Heliotrope. HEX triplet: D8, 5D and FB. RGB value is (216,93,251). Sum of RGB (Red+Green+Blue) = 216+93+251=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFB is #27A204. Grayscale: #939393. Windows color (decimal): -2597381 or 16473560. OLE color: 16473560.

HSL color Cylindrical-coordinate representation of color #D85DFB: hue angle of 286.71º degrees, saturation: 0.95, 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 #D85DFB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 93 251 -
CMYK 0.14 0.63 0 0.02
HSL 286.71º 0.95% 0.67% -
HSV(B) 286.71º 0.63% 0.98% -
XYZ 49.65 29.39 94.32 -
YUV 147.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 216 93 251 0.14 0.63 0 0.02 286.71 0.95 0.67
Hex D8 5D FB E 3F 0 2 11F 5F 43
Octal 330 135 373 16 77 0 2 437 137 103
Binary 11011000 1011101 11111011 1110 111111 0 10 100011111 1011111 1000011

Color Harmonies of #D85DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DFB

Black with #D85DFB

Text Example


Text Example

White with #D85DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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