Html Css Color HEX #D960F8 Heliotrope

📋 copy color: '#D960F8'

red 217 ◦ green 96 ◦ blue 248

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

Shades of Heliotrope #D960F8

Tints of Heliotrope #D960F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 38.68%
G = 17.11%
B = 44.21%

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

#D960F8 (or 0xD960F8) is known color: Heliotrope. HEX triplet: D9, 60 and F8. RGB value is (217,96,248). Sum of RGB (Red+Green+Blue) = 217+96+248=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #D960F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960F8 is #269F07. Grayscale: #959595. Windows color (decimal): -2531080 or 16277721. OLE color: 16277721.

HSL color Cylindrical-coordinate representation of color #D960F8: hue angle of 287.76º degrees, saturation: 0.92, 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 #D960F8 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 96 248 -
CMYK 0.12 0.61 0 0.03
HSL 287.76º 0.92% 0.67% -
HSV(B) 287.76º 0.61% 0.97% -
XYZ 49.74 29.89 91.96 -
YUV 149.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 217 96 248 0.12 0.61 0 0.03 287.76 0.92 0.67
Hex D9 60 F8 C 3D 0 3 120 5C 43
Octal 331 140 370 14 75 0 3 440 134 103
Binary 11011001 1100000 11111000 1100 111101 0 11 100100000 1011100 1000011

Color Harmonies of #D960F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960F8

Black with #D960F8

Text Example


Text Example

White with #D960F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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