Html Css Color HEX #D961FE Heliotrope

📋 copy color: '#D961FE'

red 217 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #D961FE

Tints of Heliotrope #D961FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 38.2%
G = 17.08%
B = 44.72%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D961FE (or 0xD961FE) is known color: Heliotrope. HEX triplet: D9, 61 and FE. RGB value is (217,97,254). Sum of RGB (Red+Green+Blue) = 217+97+254=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #D961FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961FE is #269E01. Grayscale: #969696. Windows color (decimal): -2530818 or 16671193. OLE color: 16671193.

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

Color convert

RGB 217 97 254 -
CMYK 0.15 0.62 0 0.00
HSL 285.86º 0.99% 0.69% -
HSV(B) 285.86º 0.62% 1% -
XYZ 50.78 30.46 96.97 -
YUV 150.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 217 97 254 0.15 0.62 0 0.00 285.86 0.99 0.69
Hex D9 61 FE F 3E 0 0 11E 63 45
Octal 331 141 376 17 76 0 0 436 143 105
Binary 11011001 1100001 11111110 1111 111110 0 0 100011110 1100011 1000101

Color Harmonies of #D961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961FE

Black with #D961FE

Text Example


Text Example

White with #D961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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