Html Css Color HEX #D950FB Heliotrope

📋 copy color: '#D950FB'

red 217 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #D950FB

Tints of Heliotrope #D950FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 39.6%
G = 14.6%
B = 45.8%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D950FB (or 0xD950FB) is known color: Heliotrope. HEX triplet: D9, 50 and FB. RGB value is (217,80,251). Sum of RGB (Red+Green+Blue) = 217+80+251=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #D950FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950FB is #26AF04. Grayscale: #8B8B8B. Windows color (decimal): -2535173 or 16470233. OLE color: 16470233.

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

Color convert

RGB 217 80 251 -
CMYK 0.14 0.68 0 0.02
HSL 288.07º 0.96% 0.65% -
HSV(B) 288.07º 0.68% 0.98% -
XYZ 48.9 27.45 93.99 -
YUV 140.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 217 80 251 0.14 0.68 0 0.02 288.07 0.96 0.65
Hex D9 50 FB E 44 0 2 120 60 41
Octal 331 120 373 16 104 0 2 440 140 101
Binary 11011001 1010000 11111011 1110 1000100 0 10 100100000 1100000 1000001

Color Harmonies of #D950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950FB

Black with #D950FB

Text Example


Text Example

White with #D950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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