Html Css Color HEX #D97AFF Heliotrope

📋 copy color: '#D97AFF'

red 217 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #D97AFF

Tints of Heliotrope #D97AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.54%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 36.53%
G = 20.54%
B = 42.93%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D97AFF (or 0xD97AFF) is known color: Heliotrope. HEX triplet: D9, 7A and FF. RGB value is (217,122,255). Sum of RGB (Red+Green+Blue) = 217+122+255=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #D97AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97AFF is #268500. Grayscale: #A5A5A5. Windows color (decimal): -2524417 or 16743129. OLE color: 16743129.

HSL color Cylindrical-coordinate representation of color #D97AFF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97AFF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 122 255 -
CMYK 0.15 0.52 0 0
HSL 282.86º 1% 0.74% -
HSV(B) 282.86º 0.52% 1% -
XYZ 53.62 35.89 98.71 -
YUV 165.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 217 122 255 0.15 0.52 0 0 282.86 1 0.74
Hex D9 7A FF F 34 0 0 11B 64 4A
Octal 331 172 377 17 64 0 0 433 144 112
Binary 11011001 1111010 11111111 1111 110100 0 0 100011011 1100100 1001010

Color Harmonies of #D97AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AFF

Black with #D97AFF

Text Example


Text Example

White with #D97AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AFF; }

 p { color: rgb(217,122,255); }

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

background-color css

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

 a { background-color: rgb(217,122,255); }

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

border-color css

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

 span { border-color: rgb(217,122,255); }

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