Html Css Color HEX #D97AF1 Heliotrope

📋 copy color: '#D97AF1'

red 217 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #D97AF1

Tints of Heliotrope #D97AF1

RGB

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

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

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

R = 37.41%
G = 21.03%
B = 41.55%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D97AF1 (or 0xD97AF1) is known color: Heliotrope. HEX triplet: D9, 7A and F1. RGB value is (217,122,241). Sum of RGB (Red+Green+Blue) = 217+122+241=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #D97AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97AF1 is #26850E. Grayscale: #A3A3A3. Windows color (decimal): -2524431 or 15825625. OLE color: 15825625.

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

Color convert

RGB 217 122 241 -
CMYK 0.10 0.49 0 0.05
HSL 287.9º 0.81% 0.71% -
HSV(B) 287.9º 0.49% 0.95% -
XYZ 51.45 35.02 87.27 -
YUV 163.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 217 122 241 0.10 0.49 0 0.05 287.9 0.81 0.71
Hex D9 7A F1 A 31 0 5 120 51 47
Octal 331 172 361 12 61 0 5 440 121 107
Binary 11011001 1111010 11110001 1010 110001 0 101 100100000 1010001 1000111

Color Harmonies of #D97AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AF1

Black with #D97AF1

Text Example


Text Example

White with #D97AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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