Html Css Color HEX #D958FD Heliotrope

📋 copy color: '#D958FD'

red 217 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #D958FD

Tints of Heliotrope #D958FD

RGB

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

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

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

R = 38.89%
G = 15.77%
B = 45.34%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D958FD (or 0xD958FD) is known color: Heliotrope. HEX triplet: D9, 58 and FD. RGB value is (217,88,253). Sum of RGB (Red+Green+Blue) = 217+88+253=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #D958FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958FD is #26A702. Grayscale: #909090. Windows color (decimal): -2533123 or 16603353. OLE color: 16603353.

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

Color convert

RGB 217 88 253 -
CMYK 0.14 0.65 0 0.01
HSL 286.91º 0.98% 0.67% -
HSV(B) 286.91º 0.65% 0.99% -
XYZ 49.83 28.82 95.87 -
YUV 145.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 217 88 253 0.14 0.65 0 0.01 286.91 0.98 0.67
Hex D9 58 FD E 41 0 1 11F 62 43
Octal 331 130 375 16 101 0 1 437 142 103
Binary 11011001 1011000 11111101 1110 1000001 0 1 100011111 1100010 1000011

Color Harmonies of #D958FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958FD

Black with #D958FD

Text Example


Text Example

White with #D958FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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