Html Css Color HEX #D97FF2 Heliotrope

📋 copy color: '#D97FF2'

red 217 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #D97FF2

Tints of Heliotrope #D97FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 37.03%
G = 21.67%
B = 41.3%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D97FF2 (or 0xD97FF2) is known color: Heliotrope. HEX triplet: D9, 7F and F2. RGB value is (217,127,242). Sum of RGB (Red+Green+Blue) = 217+127+242=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D97FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97FF2 is #26800D. Grayscale: #A6A6A6. Windows color (decimal): -2523150 or 15892441. OLE color: 15892441.

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

Color convert

RGB 217 127 242 -
CMYK 0.10 0.48 0 0.05
HSL 286.96º 0.82% 0.72% -
HSV(B) 286.96º 0.48% 0.95% -
XYZ 52.23 36.34 88.27 -
YUV 167.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 217 127 242 0.10 0.48 0 0.05 286.96 0.82 0.72
Hex D9 7F F2 A 30 0 5 11F 52 48
Octal 331 177 362 12 60 0 5 437 122 110
Binary 11011001 1111111 11110010 1010 110000 0 101 100011111 1010010 1001000

Color Harmonies of #D97FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FF2

Black with #D97FF2

Text Example


Text Example

White with #D97FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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