Html Css Color HEX #D085F7 Heliotrope

📋 copy color: '#D085F7'

red 208 ◦ green 133 ◦ blue 247

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

Shades of Heliotrope #D085F7

Tints of Heliotrope #D085F7

RGB

 RED value IS 208 (81.64% from 255) = 35.37%

 GREEN value IS 133 (52.34% from 255) = 22.62%

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

R = 35.37%
G = 22.62%
B = 42.01%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D085F7 (or 0xD085F7) is known color: Heliotrope. HEX triplet: D0, 85 and F7. RGB value is (208,133,247). Sum of RGB (Red+Green+Blue) = 208+133+247=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #D085F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085F7 is #2F7A08. Grayscale: #A8A8A8. Windows color (decimal): -3111433 or 16221648. OLE color: 16221648.

HSL color Cylindrical-coordinate representation of color #D085F7: hue angle of 279.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D085F7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 133 247 -
CMYK 0.16 0.46 0 0.03
HSL 279.47º 0.88% 0.75% -
HSV(B) 279.47º 0.46% 0.97% -
XYZ 51.19 36.9 92.42 -
YUV 168.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 208 133 247 0.16 0.46 0 0.03 279.47 0.88 0.75
Hex D0 85 F7 10 2E 0 3 117 58 4B
Octal 320 205 367 20 56 0 3 427 130 113
Binary 11010000 10000101 11110111 10000 101110 0 11 100010111 1011000 1001011

Color Harmonies of #D085F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085F7

Black with #D085F7

Text Example


Text Example

White with #D085F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085F7; }

 p { color: rgb(208,133,247); }

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

background-color css

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

 a { background-color: rgb(208,133,247); }

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

border-color css

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

 span { border-color: rgb(208,133,247); }

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