Html Css Color HEX #D85FF7 Heliotrope

📋 copy color: '#D85FF7'

red 216 ◦ green 95 ◦ blue 247

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

Shades of Heliotrope #D85FF7

Tints of Heliotrope #D85FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.27%

R = 38.71%
G = 17.03%
B = 44.27%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D85FF7 (or 0xD85FF7) is known color: Heliotrope. HEX triplet: D8, 5F and F7. RGB value is (216,95,247). Sum of RGB (Red+Green+Blue) = 216+95+247=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #D85FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FF7 is #27A008. Grayscale: #949494. Windows color (decimal): -2596873 or 16211928. OLE color: 16211928.

HSL color Cylindrical-coordinate representation of color #D85FF7: hue angle of 287.76º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85FF7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 95 247 -
CMYK 0.13 0.62 0 0.03
HSL 287.76º 0.9% 0.67% -
HSV(B) 287.76º 0.62% 0.97% -
XYZ 49.2 29.5 91.1 -
YUV 148.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 216 95 247 0.13 0.62 0 0.03 287.76 0.9 0.67
Hex D8 5F F7 D 3E 0 3 120 5A 43
Octal 330 137 367 15 76 0 3 440 132 103
Binary 11011000 1011111 11110111 1101 111110 0 11 100100000 1011010 1000011

Color Harmonies of #D85FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FF7

Black with #D85FF7

Text Example


Text Example

White with #D85FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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