Html Css Color HEX #D956F2 Heliotrope

📋 copy color: '#D956F2'

red 217 ◦ green 86 ◦ blue 242

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

Shades of Heliotrope #D956F2

Tints of Heliotrope #D956F2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.78%

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

R = 39.82%
G = 15.78%
B = 44.4%

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

#D956F2 (or 0xD956F2) is known color: Heliotrope. HEX triplet: D9, 56 and F2. RGB value is (217,86,242). Sum of RGB (Red+Green+Blue) = 217+86+242=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #D956F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D956F2 is #26A90D. Grayscale: #8E8E8E. Windows color (decimal): -2533646 or 15881945. OLE color: 15881945.

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

Color convert

RGB 217 86 242 -
CMYK 0.10 0.64 0 0.05
HSL 290.38º 0.86% 0.64% -
HSV(B) 290.38º 0.64% 0.95% -
XYZ 47.97 27.82 86.85 -
YUV 142.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 217 86 242 0.10 0.64 0 0.05 290.38 0.86 0.64
Hex D9 56 F2 A 40 0 5 122 56 40
Octal 331 126 362 12 100 0 5 442 126 100
Binary 11011001 1010110 11110010 1010 1000000 0 101 100100010 1010110 1000000

Color Harmonies of #D956F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D956F2

Black with #D956F2

Text Example


Text Example

White with #D956F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D956F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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