Html Css Color HEX #D985F1 Heliotrope

📋 copy color: '#D985F1'

red 217 ◦ green 133 ◦ blue 241

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

Shades of Heliotrope #D985F1

Tints of Heliotrope #D985F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 36.72%
G = 22.5%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D985F1 (or 0xD985F1) is known color: Heliotrope. HEX triplet: D9, 85 and F1. RGB value is (217,133,241). Sum of RGB (Red+Green+Blue) = 217+133+241=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #D985F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985F1 is #267A0E. Grayscale: #AAAAAA. Windows color (decimal): -2521615 or 15828441. OLE color: 15828441.

HSL color Cylindrical-coordinate representation of color #D985F1: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D985F1 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 133 241 -
CMYK 0.10 0.45 0 0.05
HSL 286.67º 0.79% 0.73% -
HSV(B) 286.67º 0.45% 0.95% -
XYZ 52.88 37.88 87.74 -
YUV 170.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 217 133 241 0.10 0.45 0 0.05 286.67 0.79 0.73
Hex D9 85 F1 A 2D 0 5 11F 4F 49
Octal 331 205 361 12 55 0 5 437 117 111
Binary 11011001 10000101 11110001 1010 101101 0 101 100011111 1001111 1001001

Color Harmonies of #D985F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985F1

Black with #D985F1

Text Example


Text Example

White with #D985F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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