Html Css Color HEX #D955FE Heliotrope

📋 copy color: '#D955FE'

red 217 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #D955FE

Tints of Heliotrope #D955FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 39.03%
G = 15.29%
B = 45.68%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D955FE (or 0xD955FE) is known color: Heliotrope. HEX triplet: D9, 55 and FE. RGB value is (217,85,254). Sum of RGB (Red+Green+Blue) = 217+85+254=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #D955FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FE is #26AA01. Grayscale: #8F8F8F. Windows color (decimal): -2533890 or 16668121. OLE color: 16668121.

HSL color Cylindrical-coordinate representation of color #D955FE: hue angle of 286.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D955FE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 85 254 -
CMYK 0.15 0.67 0 0.00
HSL 286.86º 0.99% 0.66% -
HSV(B) 286.86º 0.67% 1% -
XYZ 49.75 28.4 96.63 -
YUV 143.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 217 85 254 0.15 0.67 0 0.00 286.86 0.99 0.66
Hex D9 55 FE F 43 0 0 11F 63 42
Octal 331 125 376 17 103 0 0 437 143 102
Binary 11011001 1010101 11111110 1111 1000011 0 0 100011111 1100011 1000010

Color Harmonies of #D955FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955FE

Black with #D955FE

Text Example


Text Example

White with #D955FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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