Html Css Color HEX #D958F2 Heliotrope

📋 copy color: '#D958F2'

red 217 ◦ green 88 ◦ blue 242

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

Shades of Heliotrope #D958F2

Tints of Heliotrope #D958F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 39.67%
G = 16.09%
B = 44.24%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D958F2 (or 0xD958F2) is known color: Heliotrope. HEX triplet: D9, 58 and F2. RGB value is (217,88,242). Sum of RGB (Red+Green+Blue) = 217+88+242=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #D958F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D958F2 is #26A70D. Grayscale: #8F8F8F. Windows color (decimal): -2533134 or 15882457. OLE color: 15882457.

HSL color Cylindrical-coordinate representation of color #D958F2: hue angle of 290.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D958F2 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 88 242 -
CMYK 0.10 0.64 0 0.05
HSL 290.26º 0.86% 0.65% -
HSV(B) 290.26º 0.64% 0.95% -
XYZ 48.13 28.14 86.9 -
YUV 144.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 217 88 242 0.10 0.64 0 0.05 290.26 0.86 0.65
Hex D9 58 F2 A 40 0 5 122 56 41
Octal 331 130 362 12 100 0 5 442 126 101
Binary 11011001 1011000 11110010 1010 1000000 0 101 100100010 1010110 1000001

Color Harmonies of #D958F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958F2

Black with #D958F2

Text Example


Text Example

White with #D958F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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