Html Css Color HEX #D955FA Heliotrope

📋 copy color: '#D955FA'

red 217 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #D955FA

Tints of Heliotrope #D955FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 39.31%
G = 15.4%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D955FA (or 0xD955FA) is known color: Heliotrope. HEX triplet: D9, 55 and FA. RGB value is (217,85,250). Sum of RGB (Red+Green+Blue) = 217+85+250=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #D955FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FA is #26AA05. Grayscale: #8E8E8E. Windows color (decimal): -2533894 or 16405977. OLE color: 16405977.

HSL color Cylindrical-coordinate representation of color #D955FA: hue angle of 288º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D955FA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 85 250 -
CMYK 0.13 0.66 0 0.02
HSL 288º 0.94% 0.66% -
HSV(B) 288º 0.66% 0.98% -
XYZ 49.12 28.15 93.29 -
YUV 143.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 217 85 250 0.13 0.66 0 0.02 288 0.94 0.66
Hex D9 55 FA D 42 0 2 120 5E 42
Octal 331 125 372 15 102 0 2 440 136 102
Binary 11011001 1010101 11111010 1101 1000010 0 10 100100000 1011110 1000010

Color Harmonies of #D955FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955FA

Black with #D955FA

Text Example


Text Example

White with #D955FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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