Html Css Color HEX #D985FA Heliotrope

📋 copy color: '#D985FA'

red 217 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #D985FA

Tints of Heliotrope #D985FA

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

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

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

R = 36.17%
G = 22.17%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D985FA (or 0xD985FA) is known color: Heliotrope. HEX triplet: D9, 85 and FA. RGB value is (217,133,250). Sum of RGB (Red+Green+Blue) = 217+133+250=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D985FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FA is #267A05. Grayscale: #ABABAB. Windows color (decimal): -2521606 or 16418265. OLE color: 16418265.

HSL color Cylindrical-coordinate representation of color #D985FA: hue angle of 283.08º 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 #D985FA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 133 250 -
CMYK 0.13 0.47 0 0.02
HSL 283.08º 0.92% 0.75% -
HSV(B) 283.08º 0.47% 0.98% -
XYZ 54.26 38.43 95 -
YUV 171.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 217 133 250 0.13 0.47 0 0.02 283.08 0.92 0.75
Hex D9 85 FA D 2F 0 2 11B 5C 4B
Octal 331 205 372 15 57 0 2 433 134 113
Binary 11011001 10000101 11111010 1101 101111 0 10 100011011 1011100 1001011

Color Harmonies of #D985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985FA

Black with #D985FA

Text Example


Text Example

White with #D985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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