Html Css Color HEX #D958FE Heliotrope

📋 copy color: '#D958FE'

red 217 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #D958FE

Tints of Heliotrope #D958FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.74%

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

R = 38.82%
G = 15.74%
B = 45.44%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D958FE (or 0xD958FE) is known color: Heliotrope. HEX triplet: D9, 58 and FE. RGB value is (217,88,254). Sum of RGB (Red+Green+Blue) = 217+88+254=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D958FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958FE is #26A701. Grayscale: #909090. Windows color (decimal): -2533122 or 16668889. OLE color: 16668889.

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

Color convert

RGB 217 88 254 -
CMYK 0.15 0.65 0 0.00
HSL 286.63º 0.99% 0.67% -
HSV(B) 286.63º 0.65% 1% -
XYZ 49.99 28.89 96.71 -
YUV 145.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 217 88 254 0.15 0.65 0 0.00 286.63 0.99 0.67
Hex D9 58 FE F 41 0 0 11F 63 43
Octal 331 130 376 17 101 0 0 437 143 103
Binary 11011001 1011000 11111110 1111 1000001 0 0 100011111 1100011 1000011

Color Harmonies of #D958FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958FE

Black with #D958FE

Text Example


Text Example

White with #D958FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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