Html Css Color HEX #D085FA Heliotrope

📋 copy color: '#D085FA'

red 208 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #D085FA

Tints of Heliotrope #D085FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 35.19%
G = 22.5%
B = 42.3%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D085FA (or 0xD085FA) is known color: Heliotrope. HEX triplet: D0, 85 and FA. RGB value is (208,133,250). Sum of RGB (Red+Green+Blue) = 208+133+250=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D085FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FA is #2F7A05. Grayscale: #A8A8A8. Windows color (decimal): -3111430 or 16418256. OLE color: 16418256.

HSL color Cylindrical-coordinate representation of color #D085FA: hue angle of 278.46º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D085FA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 133 250 -
CMYK 0.17 0.47 0 0.02
HSL 278.46º 0.92% 0.75% -
HSV(B) 278.46º 0.47% 0.98% -
XYZ 51.66 37.09 94.88 -
YUV 168.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 208 133 250 0.17 0.47 0 0.02 278.46 0.92 0.75
Hex D0 85 FA 11 2F 0 2 116 5C 4B
Octal 320 205 372 21 57 0 2 426 134 113
Binary 11010000 10000101 11111010 10001 101111 0 10 100010110 1011100 1001011

Color Harmonies of #D085FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085FA

Black with #D085FA

Text Example


Text Example

White with #D085FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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