Html Css Color HEX #D961FC Heliotrope

📋 copy color: '#D961FC'

red 217 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #D961FC

Tints of Heliotrope #D961FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 38.34%
G = 17.14%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D961FC (or 0xD961FC) is known color: Heliotrope. HEX triplet: D9, 61 and FC. RGB value is (217,97,252). Sum of RGB (Red+Green+Blue) = 217+97+252=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #D961FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961FC is #269E03. Grayscale: #969696. Windows color (decimal): -2530820 or 16540121. OLE color: 16540121.

HSL color Cylindrical-coordinate representation of color #D961FC: hue angle of 286.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D961FC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 97 252 -
CMYK 0.14 0.62 0 0.01
HSL 286.45º 0.96% 0.68% -
HSV(B) 286.45º 0.62% 0.99% -
XYZ 50.46 30.33 95.29 -
YUV 150.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 217 97 252 0.14 0.62 0 0.01 286.45 0.96 0.68
Hex D9 61 FC E 3E 0 1 11E 60 44
Octal 331 141 374 16 76 0 1 436 140 104
Binary 11011001 1100001 11111100 1110 111110 0 1 100011110 1100000 1000100

Color Harmonies of #D961FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961FC

Black with #D961FC

Text Example


Text Example

White with #D961FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961FC; }

 p { color: rgb(217,97,252); }

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

background-color css

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

 a { background-color: rgb(217,97,252); }

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

border-color css

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

 span { border-color: rgb(217,97,252); }

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