Html Css Color HEX #D955FC Heliotrope

📋 copy color: '#D955FC'

red 217 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #D955FC

Tints of Heliotrope #D955FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.34%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 39.17%
G = 15.34%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D955FC (or 0xD955FC) is known color: Heliotrope. HEX triplet: D9, 55 and FC. RGB value is (217,85,252). Sum of RGB (Red+Green+Blue) = 217+85+252=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #D955FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FC is #26AA03. Grayscale: #8E8E8E. Windows color (decimal): -2533892 or 16537049. OLE color: 16537049.

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

Color convert

RGB 217 85 252 -
CMYK 0.14 0.66 0 0.01
HSL 287.43º 0.97% 0.66% -
HSV(B) 287.43º 0.66% 0.99% -
XYZ 49.43 28.28 94.95 -
YUV 143.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 217 85 252 0.14 0.66 0 0.01 287.43 0.97 0.66
Hex D9 55 FC E 42 0 1 11F 61 42
Octal 331 125 374 16 102 0 1 437 141 102
Binary 11011001 1010101 11111100 1110 1000010 0 1 100011111 1100001 1000010

Color Harmonies of #D955FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955FC

Black with #D955FC

Text Example


Text Example

White with #D955FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955FC; }

 p { color: rgb(217,85,252); }

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

background-color css

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

 a { background-color: rgb(217,85,252); }

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

border-color css

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

 span { border-color: rgb(217,85,252); }

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