Html Css Color HEX #D960FA Heliotrope

📋 copy color: '#D960FA'

red 217 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D960FA

Tints of Heliotrope #D960FA

RGB

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

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

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

R = 38.54%
G = 17.05%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D960FA (or 0xD960FA) is known color: Heliotrope. HEX triplet: D9, 60 and FA. RGB value is (217,96,250). Sum of RGB (Red+Green+Blue) = 217+96+250=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D960FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960FA is #269F05. Grayscale: #959595. Windows color (decimal): -2531078 or 16408793. OLE color: 16408793.

HSL color Cylindrical-coordinate representation of color #D960FA: hue angle of 287.14º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D960FA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 96 250 -
CMYK 0.13 0.62 0 0.02
HSL 287.14º 0.94% 0.68% -
HSV(B) 287.14º 0.62% 0.98% -
XYZ 50.05 30.02 93.6 -
YUV 149.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 217 96 250 0.13 0.62 0 0.02 287.14 0.94 0.68
Hex D9 60 FA D 3E 0 2 11F 5E 44
Octal 331 140 372 15 76 0 2 437 136 104
Binary 11011001 1100000 11111010 1101 111110 0 10 100011111 1011110 1000100

Color Harmonies of #D960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960FA

Black with #D960FA

Text Example


Text Example

White with #D960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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