Html Css Color HEX #D958FA Heliotrope

📋 copy color: '#D958FA'

red 217 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #D958FA

Tints of Heliotrope #D958FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 39.1%
G = 15.86%
B = 45.05%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D958FA (or 0xD958FA) is known color: Heliotrope. HEX triplet: D9, 58 and FA. RGB value is (217,88,250). Sum of RGB (Red+Green+Blue) = 217+88+250=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #D958FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958FA is #26A705. Grayscale: #909090. Windows color (decimal): -2533126 or 16406745. OLE color: 16406745.

HSL color Cylindrical-coordinate representation of color #D958FA: hue angle of 287.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D958FA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 88 250 -
CMYK 0.13 0.65 0 0.02
HSL 287.78º 0.94% 0.66% -
HSV(B) 287.78º 0.65% 0.98% -
XYZ 49.36 28.63 93.37 -
YUV 145.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 217 88 250 0.13 0.65 0 0.02 287.78 0.94 0.66
Hex D9 58 FA D 41 0 2 120 5E 42
Octal 331 130 372 15 101 0 2 440 136 102
Binary 11011001 1011000 11111010 1101 1000001 0 10 100100000 1011110 1000010

Color Harmonies of #D958FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958FA

Black with #D958FA

Text Example


Text Example

White with #D958FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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