Html Css Color HEX #D950FD Heliotrope

📋 copy color: '#D950FD'

red 217 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #D950FD

Tints of Heliotrope #D950FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 39.45%
G = 14.55%
B = 46%

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

#D950FD (or 0xD950FD) is known color: Heliotrope. HEX triplet: D9, 50 and FD. RGB value is (217,80,253). Sum of RGB (Red+Green+Blue) = 217+80+253=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #D950FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950FD is #26AF02. Grayscale: #8C8C8C. Windows color (decimal): -2535171 or 16601305. OLE color: 16601305.

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

Color convert

RGB 217 80 253 -
CMYK 0.14 0.68 0 0.01
HSL 287.51º 0.98% 0.65% -
HSV(B) 287.51º 0.68% 0.99% -
XYZ 49.21 27.58 95.66 -
YUV 140.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 217 80 253 0.14 0.68 0 0.01 287.51 0.98 0.65
Hex D9 50 FD E 44 0 1 120 62 41
Octal 331 120 375 16 104 0 1 440 142 101
Binary 11011001 1010000 11111101 1110 1000100 0 1 100100000 1100010 1000001

Color Harmonies of #D950FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950FD

Black with #D950FD

Text Example


Text Example

White with #D950FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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