Html Css Color HEX #D950FC Heliotrope

📋 copy color: '#D950FC'

red 217 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #D950FC

Tints of Heliotrope #D950FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.57%

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

R = 39.53%
G = 14.57%
B = 45.9%

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

#D950FC (or 0xD950FC) is known color: Heliotrope. HEX triplet: D9, 50 and FC. RGB value is (217,80,252). Sum of RGB (Red+Green+Blue) = 217+80+252=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D950FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950FC is #26AF03. Grayscale: #8C8C8C. Windows color (decimal): -2535172 or 16535769. OLE color: 16535769.

HSL color Cylindrical-coordinate representation of color #D950FC: hue angle of 287.79º 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 #D950FC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 80 252 -
CMYK 0.14 0.68 0 0.01
HSL 287.79º 0.97% 0.65% -
HSV(B) 287.79º 0.68% 0.99% -
XYZ 49.05 27.52 94.82 -
YUV 140.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 217 80 252 0.14 0.68 0 0.01 287.79 0.97 0.65
Hex D9 50 FC E 44 0 1 120 61 41
Octal 331 120 374 16 104 0 1 440 141 101
Binary 11011001 1010000 11111100 1110 1000100 0 1 100100000 1100001 1000001

Color Harmonies of #D950FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950FC

Black with #D950FC

Text Example


Text Example

White with #D950FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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