Html Css Color HEX #D97FF1 Heliotrope

📋 copy color: '#D97FF1'

red 217 ◦ green 127 ◦ blue 241

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

Shades of Heliotrope #D97FF1

Tints of Heliotrope #D97FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 21.71%

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

R = 37.09%
G = 21.71%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D97FF1 (or 0xD97FF1) is known color: Heliotrope. HEX triplet: D9, 7F and F1. RGB value is (217,127,241). Sum of RGB (Red+Green+Blue) = 217+127+241=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #D97FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97FF1 is #26800E. Grayscale: #A6A6A6. Windows color (decimal): -2523151 or 15826905. OLE color: 15826905.

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

Color convert

RGB 217 127 241 -
CMYK 0.10 0.47 0 0.05
HSL 287.37º 0.8% 0.72% -
HSV(B) 287.37º 0.47% 0.95% -
XYZ 52.08 36.28 87.48 -
YUV 166.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 217 127 241 0.10 0.47 0 0.05 287.37 0.8 0.72
Hex D9 7F F1 A 2F 0 5 11F 50 48
Octal 331 177 361 12 57 0 5 437 120 110
Binary 11011001 1111111 11110001 1010 101111 0 101 100011111 1010000 1001000

Color Harmonies of #D97FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FF1

Black with #D97FF1

Text Example


Text Example

White with #D97FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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