Html Css Color HEX #D964F7 Heliotrope

📋 copy color: '#D964F7'

red 217 ◦ green 100 ◦ blue 247

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

Shades of Heliotrope #D964F7

Tints of Heliotrope #D964F7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.73%

 BLUE value IS 247 (96.88% from 255) = 43.79%

R = 38.48%
G = 17.73%
B = 43.79%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D964F7 (or 0xD964F7) is known color: Heliotrope. HEX triplet: D9, 64 and F7. RGB value is (217,100,247). Sum of RGB (Red+Green+Blue) = 217+100+247=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #D964F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964F7 is #269B08. Grayscale: #979797. Windows color (decimal): -2530057 or 16213209. OLE color: 16213209.

HSL color Cylindrical-coordinate representation of color #D964F7: hue angle of 287.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D964F7 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 100 247 -
CMYK 0.12 0.60 0 0.03
HSL 287.76º 0.9% 0.68% -
HSV(B) 287.76º 0.6% 0.97% -
XYZ 49.96 30.58 91.27 -
YUV 151.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 217 100 247 0.12 0.60 0 0.03 287.76 0.9 0.68
Hex D9 64 F7 C 3C 0 3 120 5A 44
Octal 331 144 367 14 74 0 3 440 132 104
Binary 11011001 1100100 11110111 1100 111100 0 11 100100000 1011010 1000100

Color Harmonies of #D964F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964F7

Black with #D964F7

Text Example


Text Example

White with #D964F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964F7; }

 p { color: rgb(217,100,247); }

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

background-color css

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

 a { background-color: rgb(217,100,247); }

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

border-color css

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

 span { border-color: rgb(217,100,247); }

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