Html Css Color HEX #D961FD Heliotrope

📋 copy color: '#D961FD'

red 217 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #D961FD

Tints of Heliotrope #D961FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 38.27%
G = 17.11%
B = 44.62%

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

#D961FD (or 0xD961FD) is known color: Heliotrope. HEX triplet: D9, 61 and FD. RGB value is (217,97,253). Sum of RGB (Red+Green+Blue) = 217+97+253=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #D961FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961FD is #269E02. Grayscale: #969696. Windows color (decimal): -2530819 or 16605657. OLE color: 16605657.

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

Color convert

RGB 217 97 253 -
CMYK 0.14 0.62 0 0.01
HSL 286.15º 0.98% 0.69% -
HSV(B) 286.15º 0.62% 0.99% -
XYZ 50.62 30.39 96.13 -
YUV 150.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 217 97 253 0.14 0.62 0 0.01 286.15 0.98 0.69
Hex D9 61 FD E 3E 0 1 11E 62 45
Octal 331 141 375 16 76 0 1 436 142 105
Binary 11011001 1100001 11111101 1110 111110 0 1 100011110 1100010 1000101

Color Harmonies of #D961FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961FD

Black with #D961FD

Text Example


Text Example

White with #D961FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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