Html Css Color HEX #D950FE Heliotrope

📋 copy color: '#D950FE'

red 217 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #D950FE

Tints of Heliotrope #D950FE

RGB

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

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

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

R = 39.38%
G = 14.52%
B = 46.1%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D950FE (or 0xD950FE) is known color: Heliotrope. HEX triplet: D9, 50 and FE. RGB value is (217,80,254). Sum of RGB (Red+Green+Blue) = 217+80+254=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #D950FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950FE is #26AF01. Grayscale: #8C8C8C. Windows color (decimal): -2535170 or 16666841. OLE color: 16666841.

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

Color convert

RGB 217 80 254 -
CMYK 0.15 0.69 0 0.00
HSL 287.24º 0.99% 0.65% -
HSV(B) 287.24º 0.69% 1% -
XYZ 49.37 27.64 96.5 -
YUV 140.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 217 80 254 0.15 0.69 0 0.00 287.24 0.99 0.65
Hex D9 50 FE F 45 0 0 11F 63 41
Octal 331 120 376 17 105 0 0 437 143 101
Binary 11011001 1010000 11111110 1111 1000101 0 0 100011111 1100011 1000001

Color Harmonies of #D950FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950FE

Black with #D950FE

Text Example


Text Example

White with #D950FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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