Html Css Color HEX #D97DFA Heliotrope

📋 copy color: '#D97DFA'

red 217 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #D97DFA

Tints of Heliotrope #D97DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.11%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 36.66%
G = 21.11%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D97DFA (or 0xD97DFA) is known color: Heliotrope. HEX triplet: D9, 7D and FA. RGB value is (217,125,250). Sum of RGB (Red+Green+Blue) = 217+125+250=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D97DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97DFA is #268205. Grayscale: #A6A6A6. Windows color (decimal): -2523654 or 16416217. OLE color: 16416217.

HSL color Cylindrical-coordinate representation of color #D97DFA: hue angle of 284.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D97DFA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 125 250 -
CMYK 0.13 0.50 0 0.02
HSL 284.16º 0.93% 0.74% -
HSV(B) 284.16º 0.5% 0.98% -
XYZ 53.2 36.32 94.65 -
YUV 166.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 217 125 250 0.13 0.50 0 0.02 284.16 0.93 0.74
Hex D9 7D FA D 32 0 2 11C 5D 4A
Octal 331 175 372 15 62 0 2 434 135 112
Binary 11011001 1111101 11111010 1101 110010 0 10 100011100 1011101 1001010

Color Harmonies of #D97DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DFA

Black with #D97DFA

Text Example


Text Example

White with #D97DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DFA; }

 p { color: rgb(217,125,250); }

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

background-color css

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

 a { background-color: rgb(217,125,250); }

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

border-color css

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

 span { border-color: rgb(217,125,250); }

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