Html Css Color HEX #D951FC Heliotrope

📋 copy color: '#D951FC'

red 217 ◦ green 81 ◦ blue 252

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

Shades of Heliotrope #D951FC

Tints of Heliotrope #D951FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.73%

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

R = 39.45%
G = 14.73%
B = 45.82%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D951FC (or 0xD951FC) is known color: Heliotrope. HEX triplet: D9, 51 and FC. RGB value is (217,81,252). Sum of RGB (Red+Green+Blue) = 217+81+252=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D951FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D951FC is #26AE03. Grayscale: #8C8C8C. Windows color (decimal): -2534916 or 16536025. OLE color: 16536025.

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

Color convert

RGB 217 81 252 -
CMYK 0.14 0.68 0 0.01
HSL 287.72º 0.97% 0.65% -
HSV(B) 287.72º 0.68% 0.99% -
XYZ 49.13 27.66 94.85 -
YUV 141.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 217 81 252 0.14 0.68 0 0.01 287.72 0.97 0.65
Hex D9 51 FC E 44 0 1 120 61 41
Octal 331 121 374 16 104 0 1 440 141 101
Binary 11011001 1010001 11111100 1110 1000100 0 1 100100000 1100001 1000001

Color Harmonies of #D951FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D951FC

Black with #D951FC

Text Example


Text Example

White with #D951FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D951FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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