Html Css Color HEX #D960F7 Heliotrope

📋 copy color: '#D960F7'

red 217 ◦ green 96 ◦ blue 247

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

Shades of Heliotrope #D960F7

Tints of Heliotrope #D960F7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.14%

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

R = 38.75%
G = 17.14%
B = 44.11%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D960F7 (or 0xD960F7) is known color: Heliotrope. HEX triplet: D9, 60 and F7. RGB value is (217,96,247). Sum of RGB (Red+Green+Blue) = 217+96+247=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #D960F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960F7 is #269F08. Grayscale: #949494. Windows color (decimal): -2531081 or 16212185. OLE color: 16212185.

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

Color convert

RGB 217 96 247 -
CMYK 0.12 0.61 0 0.03
HSL 288.08º 0.9% 0.67% -
HSV(B) 288.08º 0.61% 0.97% -
XYZ 49.59 29.83 91.14 -
YUV 149.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 96 247 0.12 0.61 0 0.03 288.08 0.9 0.67
Hex D9 60 F7 C 3D 0 3 120 5A 43
Octal 331 140 367 14 75 0 3 440 132 103
Binary 11011001 1100000 11110111 1100 111101 0 11 100100000 1011010 1000011

Color Harmonies of #D960F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960F7

Black with #D960F7

Text Example


Text Example

White with #D960F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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