Html Css Color HEX #D150FB Heliotrope

📋 copy color: '#D150FB'

red 209 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #D150FB

Tints of Heliotrope #D150FB

RGB

 RED value IS 209 (82.03% from 255) = 38.7%

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

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

R = 38.7%
G = 14.81%
B = 46.48%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D150FB (or 0xD150FB) is known color: Heliotrope. HEX triplet: D1, 50 and FB. RGB value is (209,80,251). Sum of RGB (Red+Green+Blue) = 209+80+251=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #D150FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FB is #2EAF04. Grayscale: #898989. Windows color (decimal): -3059461 or 16470225. OLE color: 16470225.

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

Color convert

RGB 209 80 251 -
CMYK 0.17 0.68 0 0.02
HSL 285.26º 0.96% 0.65% -
HSV(B) 285.26º 0.68% 0.98% -
XYZ 46.58 26.26 93.88 -
YUV 138.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 209 80 251 0.17 0.68 0 0.02 285.26 0.96 0.65
Hex D1 50 FB 11 44 0 2 11D 60 41
Octal 321 120 373 21 104 0 2 435 140 101
Binary 11010001 1010000 11111011 10001 1000100 0 10 100011101 1100000 1000001

Color Harmonies of #D150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150FB

Black with #D150FB

Text Example


Text Example

White with #D150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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