Html Css Color HEX #D151FA Heliotrope

📋 copy color: '#D151FA'

red 209 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #D151FA

Tints of Heliotrope #D151FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 38.7%
G = 15%
B = 46.3%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D151FA (or 0xD151FA) is known color: Heliotrope. HEX triplet: D1, 51 and FA. RGB value is (209,81,250). Sum of RGB (Red+Green+Blue) = 209+81+250=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #D151FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151FA is #2EAE05. Grayscale: #898989. Windows color (decimal): -3059206 or 16404945. OLE color: 16404945.

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

Color convert

RGB 209 81 250 -
CMYK 0.16 0.68 0 0.02
HSL 285.44º 0.94% 0.65% -
HSV(B) 285.44º 0.68% 0.98% -
XYZ 46.49 26.34 93.08 -
YUV 138.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 209 81 250 0.16 0.68 0 0.02 285.44 0.94 0.65
Hex D1 51 FA 10 44 0 2 11D 5E 41
Octal 321 121 372 20 104 0 2 435 136 101
Binary 11010001 1010001 11111010 10000 1000100 0 10 100011101 1011110 1000001

Color Harmonies of #D151FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151FA

Black with #D151FA

Text Example


Text Example

White with #D151FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151FA; }

 p { color: rgb(209,81,250); }

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

background-color css

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

 a { background-color: rgb(209,81,250); }

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

border-color css

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

 span { border-color: rgb(209,81,250); }

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